You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that the error message is a lot like older Doctrine issues with PG10 that had been resolved recently, so I suspect some form or regression.
Steps to reproduce
Upgrade from 10.0.7 to 10.0.8 with a Postgres 10 backend
Expected behaviour
Upgrade should complete
Actual behaviour
upgrade fails with this error:
Doctrine\DBAL\Exception\InvalidFieldNameException: An exception occurred while executing 'SELECT min_value, increment_by FROM "oc_account_terms_id_seq"': SQLSTATE[42703]: Undefined column: 7 ERROR: column "min_value" does not exist LINE 1: SELECT min_value, increment_by FROM "oc_account_terms_id_seq... ^
Server configuration
Operating system:
Ubuntu 18.10 (Artful)
Web server:
Apache
Database:
Postgres 10
PHP version:
7.1
ownCloud version: (see ownCloud admin page)
10.0.7
Updated from an older ownCloud or fresh install:
Updated
Where did you install ownCloud from:
Official APT repo
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your ownCloud installation folder
Note that the error message is a lot like older Doctrine issues with PG10 that had been resolved recently, so I suspect some form or regression.
Steps to reproduce
Expected behaviour
Upgrade should complete
Actual behaviour
upgrade fails with this error:
Doctrine\DBAL\Exception\InvalidFieldNameException: An exception occurred while executing 'SELECT min_value, increment_by FROM "oc_account_terms_id_seq"': SQLSTATE[42703]: Undefined column: 7 ERROR: column "min_value" does not exist LINE 1: SELECT min_value, increment_by FROM "oc_account_terms_id_seq... ^
Server configuration
Operating system:
Ubuntu 18.10 (Artful)
Web server:
Apache
Database:
Postgres 10
PHP version:
7.1
ownCloud version: (see ownCloud admin page)
10.0.7
Updated from an older ownCloud or fresh install:
Updated
Where did you install ownCloud from:
Official APT repo
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your ownCloud installation folder
{
"system": {
"updatechecker": false,
"instanceid": "oc2cz3kt51pr",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"home.rasilon.com"
],
"datadirectory": "/var/media/media_big1/ocdata/",
"overwrite.cli.url": "https://home.rasilon.com/owncloud",
"dbtype": "pgsql",
"version": "10.0.7.2",
"dbname": "owncloud",
"dbhost": "localhost:5432",
"dbtableprefix": "oc_",
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"logtimezone": "UTC",
"installed": true,
"theme": "",
"loglevel": 2,
"maintenance": false
}
}
Enabled:
Disabled:
Are you using external storage, if yes which one: local/smb/sftp/...
local
Are you using encryption: yes/no
no
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
no
The text was updated successfully, but these errors were encountered: