corrections to upgrade

This commit is contained in:
Carla Schroder 2016-03-10 12:04:33 -08:00
parent ab3fb4d573
commit 58a41ef222

View File

@ -66,11 +66,11 @@ this until you refresh your ownCloud page.
Then use ``occ`` to complete the upgrade. You must run ``occ`` as your HTTP
user. This example is for Debian/Ubuntu::
sudo -u www-data php occ maintenance:mode --off
This example is for Fedora/CentOS/Red Hat::
sudo -u www-data php occ upgrade
sudo -u apache php occ maintenance:mode --off
This example is for CentOS/RHEL/Fedora::
sudo -u apache php occ upgrade
.. _migration_test_label: