From 50ac3b7a0f1d98837a891d95d1157920917b9e34 Mon Sep 17 00:00:00 2001 From: Mathieu Gauthier-Pilote Date: Thu, 27 Apr 2023 10:15:39 -0400 Subject: [PATCH] Step 4 is currently in process. Please call this command later --- HowtoNextCloud.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/HowtoNextCloud.md b/HowtoNextCloud.md index e9b37968..71f30d9c 100644 --- a/HowtoNextCloud.md +++ b/HowtoNextCloud.md @@ -486,3 +486,11 @@ Néanmoins, il est possible de lever cette limitation en ajoutant la directive s ~~~ +### Si bloqué sur l'erreur `Step 4 is currently in process. Please call this command later.` + +Débloquer la situation avec `occ maintenance:repair` et relancer la mise à jour + +~~~ +$ php nextcloud/occ maintenance:repair +$ php nextcloud/updater/updater.phar +~~~