Hi,
I’ve been waiting forever for a migration path from ownCloud to Nextcloud and finally with version 12.0.6 one opened… and very promptly failed.
The server is running on Ubuntu 16.04 server with mysql 5.7.
This is the error, as shown by the nextcloud web interface:
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_filecache CHANGE fileid fileid INT AUTO_INCREMENT NOT NULL, CHANGE parent parent INT DEFAULT 0 NOT NULL, CHANGE mtime mtime INT DEFAULT 0 NOT NULL, CHANGE storage_mtime storage_mtime INT DEFAULT 0 NOT NULL’: SQLSTATE[22003]: Numeric value out of range: 1264 Out of range value for column ‘mtime’ at row 16
The error looks exactly like the one described here: "Out of range" error during database migration · Issue #8143 · nextcloud/server · GitHub only I’m not doing a database migration at all. It also looks like there’s no interest in fixing it before NC14.
Any ideas how I can make the migration happen?
Thank you very much for any assistance.
