-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migration from Nextcloud 10 to Nextcloud 14 failed. #12362
Comments
Currently, skipping major releases is not fully supported. It is recommended, to go through all major versions (11, 12, and 13): Problem is they do not support php 5.4 and php 7.2, so you need a version in between. |
I'm getting this error when following after step3 from here to upgrade between owncloud 10.3.2.2 and nextcloud (17.0.2) on ubuntu 18.04. |
@vincentqb The right place to address this kind of questions is the Nextcloud help forum because this is the bug tracker for the development only. Upgrade problems are reported on a regular base, so you should find several matches if you use the search function of the help forum 😉 |
As the version of the software you've reported this for has reached end of life, I will close this ticket. If this is still happening after an upgrade to the latest version, feel free to reopen |
Scenario:
Origin server running Nextcloud 10.0.6 with PHP 5.4 on CentOS 6.9.
Migrating to target server running Nextcloud 14.0.3 on Centos 7.2 using Remi's PHP 7.2.12 on CentOS 7.5
Steps to reproduce
4a: Attempt UI upgrade via browser, receive alert of apps needing upgrade. Proceed to upgrade
4b: Attempt occ upgrade
5: Both methods return error
Expected behaviour
Expected Nextcloud to successfully updated database schema and operate normally with imported data.
Actual behaviour
Both methods (UI versus occ) returned the same error:
Doctrine\DBAL\Schema\SchemaException: There is no column with name 'remember' on table 'oc_authtoken'.
Update failed
Server configuration
Target host is CentOS 7
Apache 2.4.6
MariaDB 5.5.60
PHP v 7.2.12 (Remi)
Nextcloud version: 10.0.6 (origin) 14.0.2 (target)
Fresh install on target using imported data from origin.
Installed using zip file from Nextcloud.
System integrity passed using newly installed Nextcloud data but stopped working after data import attempt.
List of activated apps:
(NOTE: These were installed as part of the default Nextcloud 14 configuration and only were showing in error after the database import).
Enabled:
Disabled:
Nextcloud configuration:
{
"system": {
"instanceid": "REMOVED SENSITIVE VALUE",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"hou-1.nextcloud.fileshare.staging.whmcs.com"
],
"datadirectory": "REMOVED SENSITIVE VALUE",
"dbtype": "mysql",
"version": "14.0.3.0",
"overwrite.cli.url": "http://hou-1.nextcloud.fileshare.staging.whmcs.com",
"dbname": "REMOVED SENSITIVE VALUE",
"dbhost": "REMOVED SENSITIVE VALUE",
"dbport": "",
"dbtableprefix": "oc_",
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"installed": true,
"theme": "",
"loglevel": 2,
"maintenance": false
}
}
Are you using external storage, if yes which one:
No, all local storage.
Are you using encryption: yes/no
No
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
No. Local configuration only.
Client configuration
Browser:
Firefox, Chrome
Operating system:
Mac OS X
Logs
Web server error log
No new logs since import.
Nextcloud log (data/nextcloud.log)
No new logs since import
Browser log
Not relevant to this issue.
Thanks for your assistance!
The text was updated successfully, but these errors were encountered: