Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to manually upgrade apps in production envs? #4415

Open
2 of 12 tasks
IljaN opened this issue Nov 30, 2021 · 0 comments
Open
2 of 12 tasks

How to manually upgrade apps in production envs? #4415

IljaN opened this issue Nov 30, 2021 · 0 comments

Comments

@IljaN
Copy link
Member

IljaN commented Nov 30, 2021

WHAT Needs to be Documented?

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

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?

  • New Content Addition
  • Old Content Deprecation
  • Existing Content Simplification
  • Bug Fix to Existing Content

(Optional) Which Manual Does This Relate To?

  • Admin Manual
  • Developer Manual
  • User Manual
  • Android
  • iOS
  • Branded Clients
  • Desktop Client
  • Other
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant