-
-
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 to latest 2FA fails with database exception #7024
Comments
Sorry postgres 10 is currently not supported by Doctrine/DBAL: #5930 |
@nickvergessen Offical documentation Offical docker-compose.yml without version numbers. posgres:latest is atm 10.1 |
uhm the first link you posted does say:
I'm using this patch on my installations to get v12 work with postgresql 10:
|
Steps to reproduce
Expected behaviour
updating 2fa plugin works
Actual behaviour
updating twofactor_u2f plugin fails, then nextcloud falls back to update/maintenance mode, where further update attempts fail again.
the specified column does not exist. here's what
SELECT * FROM activity_activity_id_seq;
actually returns:Server configuration
Operating system:
debian 9
Web server:
apache 2.4
Database:
postgresql 10
PHP version:
7.1
Nextcloud version: (see Nextcloud admin page)
12.0.3
Updated from an older Nextcloud/ownCloud or fresh install:
n/a (plugin related)
Where did you install Nextcloud from:
n/a (plugin related)
Signing status:
unable to gather this information as the instance is now in maintenance mode and cannot be reactivated.
List of activated apps:
App list
Enabled:
Disabled:
Nextcloud configuration:
Config report
Nextcloud or one of the apps require upgrade - only a limited number of commands are available You may use your browser or the occ upgrade command to do the upgrade { "system": { "instanceid": "octfc7x2vjbz", "passwordsalt": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "trusted_domains": [ "docs.services.mydomain.com" ], "datadirectory": "\/var\/www\/users\/services_nextcloud\/data\/store", "overwrite.cli.url": "https:\/\/docs.services.mydomain.com\/", "dbtype": "pgsql", "version": "12.0.3.3", "dbname": "services_nextcloud", "dbhost": "localhost", "dbport": "", "dbtableprefix": "", "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "installed": true, "htaccess.RewriteBase": "\/", "memcache.local": "\\OC\\Memcache\\APCu", "mail_from_address": "docs", "mail_domain": "mydomain.com", "maintenance": false, "theme": "", "loglevel": 2 } }Are you using external storage, if yes which one: local/smb/sftp/...
no
Are you using encryption: yes/no
no
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
no
Nextcloud log (data/nextcloud.log)
Nextcloud log
empty logThe text was updated successfully, but these errors were encountered: