summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-07 18:36:53 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-07 18:36:53 +0200
commit5131e0c46f48755e4324cca081576fc3fa31d313 (patch)
tree3615beabf6b2b13e417705531405c8c3aca3af56
parentf29ad806fa49ba5f4eea1276d8414c115458157e (diff)
maintenance mode hints3.401
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 06e15f93e..279333519 100644
--- a/README.md
+++ b/README.md
@@ -141,6 +141,12 @@ DROP TABLE oc_news_feeds;
DROP TABLE oc_news_folders;
```
+### App is stuck in maintenance mode after failed update
+
+Check the **owncloud/data/owncloud.log** for hints why it failed. After the issues are fixed, turn off the maintenance mode by editing your **owncloud/config/config.php** by setting the **maintenance** key to false:
+
+ "maintenance" => false,
+
### All feeds are not updated anymore
[This is a bug in the core backgroundjob system](https://github.com/owncloud/core/issues/3221) deleting the **owncloud/data/cron.lock** file gets the cron back up running