NOTE - Before proceeding further please make sure that you have created a backup. If not then follow Backup and Restore to create a backup.
- https://hub.docker.com/_/nextcloud/tags
- https://hub.docker.com/_/postgres/tags
- https://hub.docker.com/_/nginx/tags
- https://hub.docker.com/_/redis/tags
Once the latest released version is identified we can update the corresponding version in the docker-compose.yml file.
Once version is updated, recreate container so it can use new version.
docker-compose up -d
docker-compose logs -f
docker-compose exec -it --user www-data nextcloud php occ db:add-missing-columns
docker-compose exec -it --user www-data nextcloud php occ db:add-missing-indices
docker-compose exec -it --user www-data nextcloud php occ db:add-missing-primary-keys