Nextcloud | v33.0.3

Nextcloud v33.0.3 released on 30-04-2026


Nextcloud v33.0.3 is out now. Administrators and users benefit from security hardening to authentication, sharing and remote/WebDAV surfaces and a set of stability fixes for uploads, previews and background jobs.

See the full changelog and upgrade instructions on the GitHub release page: https://github.com/nextcloud-releases/server/releases/tag/v33.0.3

What’s in this release

  • Security hardening and fixes targeting authentication, sharing and remote/WebDAV surfaces.
  • Bug fixes improving file handling, background jobs, previews, more reliable uploads (including resumable transfers), fewer client sync errors, and fixes around file locking and quota enforcement.
  • Distribution packages and Docker images updated in sync; no breaking schema migrations for most setups, with deployment and operational notes for object stores, Redis and external storage connectors.

Upgrade notes

  • Treat this as a priority upgrade: take backups of database, data and config; enable maintenance mode; apply the release via your packaging method or update the instance code; run occ upgrade as the web server user; then disable maintenance mode and monitor logs for authentication or sharing-related errors.
  • If you must roll back, restore database, data and config from backups and verify connectors (object stores, Redis, external storage) and caches are healthy before returning the instance to service.

Share your upgrade experience or report issues on the GitHub release thread so other admins can benefit from any findings.

Related posts

Weekly Tech Digest | 06 Jul 2026

Stay updated with the latest in tech! This digest covers AI ethics, auto industry shifts, and the impact of politics on technology, exploring today's pressing issues.

wolfCOSE zero-allocation parsing in embedded C

wolfCOSE looks sensible only if you care about what your firmware actually has to carry. I like that, because on small targets the wrong crypto feature can cost more than the message itself, and there...

restic | v0.19.1

restic v0 19 1: safer FUSE mounts and mountpoint checks, robust backup source and exclude handling, clearer CLI JSON output, Windows SFTP deletion fixes