Maintenance Mode enabled #870
Replies: 4 comments 1 reply
-
Hi, in theory when you start the add-on it automatically performs different maintenance activities and should disable it. If it doesn't, you can use my scripting system to execute the command to stop the maintenance
#!/bin/bash
sudo -u abc -s /bin/bash -c "php /data/config/www/nextcloud/occ maintenance:mode --off"
rm /config/addons_autoscripts/nextcloud_ocr.sh
|
Beta Was this translation helpful? Give feedback.
-
Have you tried just restarting the addon, and have you removed your "/config/addons_autoscripts/nextcloud_ocr.sh" ? You could try running manually |
Beta Was this translation helpful? Give feedback.
-
Hello Alex, This is the result of your command:
Is there any solution other than re-installing the addon from scratch? Regards |
Beta Was this translation helpful? Give feedback.
-
Oups I forgot you. It's better to create issues rather than discussion. You could try to delete the .step file (or rename it) located in your data folder |
Beta Was this translation helpful? Give feedback.
-
Hello all,
I have a Nextcloud instance runniing on Home Assistant based on this distribution. Yesterday the maintenance mode suddenly enabled and I didn't find any solution after half a day of research.
Can I fix this problem with enviromental variables or a docker command?
Thanks in advance
Florian
Beta Was this translation helpful? Give feedback.
All reactions