You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Process to manually upgrade apps in production. The recommended process is as follows:
- Enable Maintenance Mode with "occ maintenance:mode --on" (this will cause a downtime)
- Shutdown Apache
- Remove the folder from the owncloud/apps folder (or back it up for rollback)
- Unpack the new app in to owncloud/apps
- Check that the owner of the new app-folder is correct (www-data:www-data)
- Run occ upgrade
- Turn off maintenance-mode (occ maintenance:mode --off)
- Start Apache
WHAT Needs to be Documented?
Process to manually upgrade apps in production. The recommended process is as follows:
WHERE Does This Need To Be Documented (Link)?
https://doc.owncloud.com/server/10.8/admin_manual/maintenance/upgrading/marketplace_apps.html#clustered-multi-server-environment
WHY Should This Change Be Made?
As we don't recommend marketplace for multi-node (scale-out) environments we need to document how to upgrade apps manually.
(Optional) What Type Of Content Change Is This?
(Optional) Which Manual Does This Relate To?
The text was updated successfully, but these errors were encountered: