Hi All,
My nextcloud on docker wont start! My Nextcloud Docker Image was updated automatically by watchtower.
I am getting the error message as ‘Can’t start Nextcloud because the version of the data (25.0.3.2) is more than one major version behind the docker image version (27.0.0.8) and upgrading more than one major version is not supported. Please run an image tagged for the major version 26 first.’
So I follwed instructions as per this article - Notification: Changes to our Nextcloud image | Info :: LinuxServer.io
My Current Nextcloud Config
\nextcloud\www\nextcloud\config\config.php ==> ‘version’ => ‘25.0.3.2’,
\nextcloud\www\nextcloud\version.php ==> $OC_VersionString = ‘26.0.2’;
I tried changing the image in my Docker Compose file to lscr.io/linuxserver/nextcloud:version-26.0.2
and recreated the container and executed docker exec -it nextcloud updater.phar
Following comes up
Nextcloud Updater - version: v26.0.0beta2-9-g64e2e4c dirty
Current version is 26.0.2.
Update to Nextcloud 25.0.9 available. (channel: “stable”)
When I say continue it errors out
[] Check for expected files
[] Check for write permissions
[] Create backup
[] Downloading
[] Verify integrity
[✘] Extracting failed
Downloaded version is lower than installed version
Update failed.
I tried using lower version image as well but i still get above error.
Please help with this issue.
Thank you in adavance.
Rahul