You probably want to do a manual upgrade. I’ve not tried the updater, but it looks like that could work too. The list of Nextcloud versions can be found here.
Use these commands to download our migration script: wget https://download.nextcloud.com/server/installer/migrator/index.php
and then put it in the updater folder: mv index.php.1 updater/index.php
(there is already an index.php in the owncloud folder so the newly downloaded one will be called index.php.1)
Now go to the URL of your ownCloud server in a browser and log in. Then append to the URL this: updater/index.php so it looks like: your.owncloudserver.com/updater/index.php
Quotation from migration tool. It sems that the migration tool, uses the updater to migrate to nextcloud.
The solution is your behavior that the migration tool starts again. I think you should delete updater folder and try it again
Thank you for the answers. Download the migration script gets be the same place:
Initializing
Current version is 9.0.58.
Could not determine migration path to Nextcloud.
I dont think i can use the manual upgrade cause of this step:
If you keep your data/ directory in your nextcloud/ directory, copy it from your old version of Nextcloud to your new nextcloud/
So i did the manual upgrade up to this point:
sudo -u www-data php occ upgrade
Then i get:
This version of Nextcloud requires at least PHP 5.6.0 You are currently running 5.4.16. Please update your PHP version.
I follow this: https://docs.nextcloud.com/server/13/admin_manual/installation/php_70_installation.html#centos-7-upgrade-to-php-7-0
I reboot the server, i get this:
This version of Nextcloud requires at least PHP 5.6.0 You are currently running 5.4.16. Please update your PHP version.