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
No Security & setup warnings because its a fresh install and the install script should setup the DB with bigint from the start.
Actual behaviour
Security & setup warnings contains
Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read the documentation page about this.
filecache.mtime
filecache.storage_mtime
Server configuration
Operating system:
Debian 9
Web server:
Apache 2.4.25-3+deb9u6
Database:
PostgreSQL 9.6+181+deb9u2
PHP version: 7.0+49
Nextcloud version:
15.0.0
Updated from an older Nextcloud/ownCloud or fresh install:
fresh install
I get the related error message on a fresh 17.0.2 install.
Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read the documentation page about this.
mounts.storage_id
mounts.root_id
mounts.mount_id
The issue you linked, links to a pull request that has been merged more than a year ago, but afaics 17.0.2 came out much later. Therefore I conclude that this bug is still open and not fixed.
Steps to reproduce
Expected behaviour
No Security & setup warnings because its a fresh install and the install script should setup the DB with bigint from the start.
Actual behaviour
Security & setup warnings contains
Server configuration
Operating system:
Debian 9
Web server:
Apache 2.4.25-3+deb9u6
Database:
PostgreSQL 9.6+181+deb9u2
PHP version: 7.0+49
Nextcloud version:
15.0.0
Updated from an older Nextcloud/ownCloud or fresh install:
fresh install
Where did you install Nextcloud from:
https://download.nextcloud.com/server/releases/latest-15.tar.bz2
Table oc_filecache
The text was updated successfully, but these errors were encountered: