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 +~~~