[Pkg-owncloud-commits] [owncloud-doc] 09/71: correct typos maintenance mode
David Prévot
taffit at moszumanska.debian.org
Sun May 31 01:58:35 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud-doc.
commit 9877e656f8e4acea7bfa73e326d1ac63b3deafbb
Author: Carla Schroder <carla at owncloud.com>
Date: Sat Mar 21 17:19:13 2015 -0700
correct typos maintenance mode
---
admin_manual/maintenance/enable_maintenance.rst | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/admin_manual/maintenance/enable_maintenance.rst b/admin_manual/maintenance/enable_maintenance.rst
index 62d1dd2..76f426d 100644
--- a/admin_manual/maintenance/enable_maintenance.rst
+++ b/admin_manual/maintenance/enable_maintenance.rst
@@ -3,13 +3,18 @@ Maintenance Mode Configuration
==============================
You must put your ownCloud server into maintenance mode before performing
-updates or upgrades, and for performing troubleshooting and maintenance. Please
+upgrades, and for performing troubleshooting and maintenance. Please
see :doc:`../configuration/occ_command` to learn how to put your server into
the various maintenance modes (``maintenance:mode, maintenance:singleuser``,
and ``maintenance:repair``) with the ``occ`` command.
``maintenance:mode`` locks the sessions of logged-in users and prevents new
-logins. This is the mode to use for updates and upgrades. You may also put your
+logins. This is the mode to use for upgrades. You must run ``occ`` as the HTTP user,
+like this example on Ubuntu Linux::
+
+ $ sudo -u www-data php occ maintenance:mode --on
+
+You may also put your
server into this mode by editing :file:`config/config.php`. Change
``"maintenance" => false`` to ``"maintenance" => true``:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git
More information about the Pkg-owncloud-commits
mailing list