Steps to reproduce
- Start updater and wait for first step to complete
- Select "web updater"
- Error is shown
Expected behaviour
Nextcloud should update
Actual behaviour
Error:
Doctrine\DBAL\Exception\DriverException: An exception occurred while executing 'ALTER TABLE oc_storages ALTER numeric_id TYPE SERIAL': SQLSTATE[42704]: Undefined object: 7 ERROR: type "serial" does not exist
Detailed logs
Preparing update
Set log level to debug
Turned on maintenance mode
Updating database schema
Doctrine\DBAL\Exception\DriverException: An exception occurred while executing 'ALTER TABLE oc_storages ALTER numeric_id TYPE SERIAL': SQLSTATE[42704]: Undefined object: 7 ERROR: type "serial" does not exist
Postgresql doesn't allow to change to type serial. Is Postgresql not supported?
Server configuration
Operating system:
Ubuntu 17.04
Web server:
Apache
Database:
Postgres 9.6.2
PHP version:
7.0
Nextcloud version: (see Nextcloud admin page)
11.0.2
Updated from an older Nextcloud/ownCloud or fresh install:
Updated multiple times
Where did you install Nextcloud from:
Can't remember
Steps to reproduce
Expected behaviour
Nextcloud should update
Actual behaviour
Error:
Doctrine\DBAL\Exception\DriverException: An exception occurred while executing 'ALTER TABLE oc_storages ALTER numeric_id TYPE SERIAL': SQLSTATE[42704]: Undefined object: 7 ERROR: type "serial" does not exist
Detailed logs
Preparing update
Set log level to debug
Turned on maintenance mode
Updating database schema
Doctrine\DBAL\Exception\DriverException: An exception occurred while executing 'ALTER TABLE oc_storages ALTER numeric_id TYPE SERIAL': SQLSTATE[42704]: Undefined object: 7 ERROR: type "serial" does not exist
Postgresql doesn't allow to change to type serial. Is Postgresql not supported?
Server configuration
Operating system:
Ubuntu 17.04
Web server:
Apache
Database:
Postgres 9.6.2
PHP version:
7.0
Nextcloud version: (see Nextcloud admin page)
11.0.2
Updated from an older Nextcloud/ownCloud or fresh install:
Updated multiple times
Where did you install Nextcloud from:
Can't remember