【发布时间】:2022-11-02 22:47:55
【问题描述】:
我尝试执行以下行:
docker exec --user www-data nextcloud_docker php /var/www/html/occ db:convert-filecache-bigint
返回提示:
This can take up to hours, depending on the number of files in your instance!
Continue with the conversion (y/n)? [n]
不幸的是 docker exec 命令结束(返回到 shell),我无法启动 occ 命令。
我该如何解决这个问题?
谢谢。
【问题讨论】: