mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #2233 from owncloud/pkgupdate
corrections to upgrade
This commit is contained in:
commit
42172f5a89
@ -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:
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user