如何修复 Nextcloud Step ... is currently in process. Please call this command later.
问题:
尝试使用命令行(例如 SSH)通过类似以下命令更新 Nextcloud 时
nextcloud_reset_updater.sh
php updater/updater.phar你看到以下错误消息:
nextcloud_updater_output.txt
Nextcloud Updater - version: v20.0.0beta4-11-g68fa0d4
Step 5 is currently in process. Please call this command later.解决方案
无论看起来当前正在进行的步骤是 Step 3、Step 5 还是任何其他步骤,解决方案始终相同:通过删除 data/updater-occ[random-string] 文件夹来重置更新。
推荐:如果你担心丢失数据,只需重命名目录:
mv_reset_updater.sh
mv data/updater-occ* ../DELETEME-updater**不推荐:**你也可以直接删除目录
rm_reset_updater.txt
rm -rf data/updater-occ*Check out similar posts by category:
Networking, Nextcloud
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow