-
-
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
Upgrade from 12.0.3 to 12.0.4 failed #7979
Comments
Can you fill out the issue template? E.g. we don't know which database you are using... |
I also am having the same error after the upgrade. Below is the template. Steps to reproduce1.use postgresql db Expected behaviourTell us what should happen Actual behaviourTell us what happens instead Server configurationOperating system: linuxserver.io docker container Web server: nginx **Database:**postgresql **PHP version:**default in nextcloud container Nextcloud version: (see Nextcloud admin page) 12.0.3 **Updated from an older Nextcloud/ownCloud or fresh install:**update Where did you install Nextcloud from: official docker container Signing status: Signing status
If you have access to your command line run e.g.:
If you have access to your command line run e.g.: or Insert your config.php content here.
With access to your command line run e.g.: Without access to your command line download the data/owncloud.db to your local Eventually replace sensitive data as the name/IP-address of your LDAP server or groups.
Insert your webserver log here
Insert your Nextcloud log here
Insert your browser log here, this could for example include: a) The javascript console log
|
Any update on this? I really dont want to loose my nextcloud setup :/ |
Seems to be a compatibility issue between doctrine and postgresql 10.1, you can try to decrease the postgresql version or patch doctrine |
Error message in web-based update
Doctrine\DBAL\Exception\InvalidFieldNameException: An exception occurred while executing 'SELECT min_value, increment_by FROM "oc_storages_numeric_id_seq"': SQLSTATE[42703]: Undefined column: 7 ERROR: column "min_value" does not exist LINE 1: SELECT min_value, increment_by FROM "oc_storages_numeric_id_... ^
Detaillierte Protokollmeldungen
Update vorbereiten
Log-Level auf "debug" gesetzt
Wartungsmodus eingeschaltet
Doctrine\DBAL\Exception\InvalidFieldNameException: An exception occurred while executing 'SELECT min_value, increment_by FROM "oc_storages_numeric_id_seq"': SQLSTATE[42703]: Undefined column: 7 ERROR: column "min_value" does not exist LINE 1: SELECT min_value, increment_by FROM "oc_storages_numeric_id_...
The text was updated successfully, but these errors were encountered: