From a73b1bfebd7579099373446b8615f1429d6543ad Mon Sep 17 00:00:00 2001 From: Carla Schroder Date: Fri, 19 Jun 2015 14:37:45 -0700 Subject: [PATCH] add note re singeluser mode when migrating encryption --- .../configuration_files/encryption_configuration.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/admin_manual/configuration_files/encryption_configuration.rst b/admin_manual/configuration_files/encryption_configuration.rst index 937ec35f8..321eacaca 100644 --- a/admin_manual/configuration_files/encryption_configuration.rst +++ b/admin_manual/configuration_files/encryption_configuration.rst @@ -225,6 +225,11 @@ The encryption backend has changed in ownCloud 8.1, so you must take some additional steps to migrate encryption correctly. If you do not follow these steps you may not be able to access your files. +Before you start your upgrade, put your ownCloud server into +``maintenance:singleuser`` mode (See :doc:`../maintenance/enable_maintenance`.) +You must do this to prevent users and sync clients from accessing files before +you have completed your encryption migration. + After your upgrade is complete, follow the steps in :ref:`enable_encryption` to enable the new encryption system. Then click the **Start Migration** button on your Admin page to migrate your encryption keys, or use the ``occ`` command. We @@ -241,6 +246,9 @@ This example is for Red Hat/CentOS/Fedora Linux:: You must run ``occ`` as your HTTP user; see :doc:`../configuration_server/occ_command`. +When you are finished, take your ownCloud server out of +``maintenance:singleuser`` mode. + Where Keys are Stored ---------------------