Nextcloud Docker数据库中的一些列缺少对 BigInt 的转换

AI摘要

Nextcloud报错可通过执行docker命令解决:docker exec --user www-data -it nextcloud php occ db:convert-filecache-bigint,更新file_metadata.id列,需确认执行。

如果nextcloud报这个错误,则可以使用下面的命令行解决。

执行下面的代码:

docker exec --user www-data -it nextcloud  php occ  db:convert-filecache-bigint
PS C:WINDOWSsystem32> docker exec --user www-data -it nextcloud  php occ  db:convert-filecache-bigint
Following columns will be updated:

* file_metadata.id

This can take up to hours, depending on the number of files in your instance!
Continue with the conversion (y/n)? [n] y

点赞 0