From 8779bcbc8d483721324d4033461f0e4f4773f32b Mon Sep 17 00:00:00 2001 From: Bugsbane Date: Sat, 9 Jul 2016 20:30:48 -0400 Subject: [PATCH] ownCloud > Nextcloud Removed references to the Enterprise Version and the OBS repos Kept references to occ until we replace it with ncc --- admin_manual/maintenance/update.rst | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/admin_manual/maintenance/update.rst b/admin_manual/maintenance/update.rst index dbf7e98df..91c3ca1f2 100644 --- a/admin_manual/maintenance/update.rst +++ b/admin_manual/maintenance/update.rst @@ -8,10 +8,7 @@ such as shared hosting, for installations with a smaller number of users and data, and it automates updating :doc:`manual installations <../installation/source_installation>`. -New in 9.0, the Updater app has :ref:`command-line options `. - -.. note:: The Updater app is **not enabled and not supported** in Nextcloud - Enterprise edition. +The Updater app has :ref:`command-line options `. **Downgrading** is not supported and risks corrupting your data! If you want to revert to an older Nextcloud version, install it from scratch and then @@ -112,14 +109,14 @@ immediately after the initial installation. Please follow the steps in :ref:`strong_perms_label`. These strict permissions will prevent the Updater app from working, as it needs -your whole Nextcloud directory to be owned by the HTTP user. Run this script to -set the appropriate permissions for updating. Replace the ``ncpath`` variable +your whole Nextcloud directory to be owned by the HTTP user. Run this script to +set the appropriate permissions for updating. Replace the ``ncpath`` variable with the path to your Nextcloud directory, and replace the ``htuser`` and ``htgroup`` variables with your HTTP user and group.:: #!/bin/bash # Sets permissions of the Nextcloud instance for updating - + ncpath='/var/www/nextcloud' htuser='www-data' htgroup='www-data'