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

Document new install and upgrade options #449

Closed
VicDeo opened this issue Dec 10, 2018 · 1 comment · Fixed by #450
Closed

Document new install and upgrade options #449

VicDeo opened this issue Dec 10, 2018 · 1 comment · Fixed by #450

Comments

@VicDeo
Copy link
Member

VicDeo commented Dec 10, 2018

occ upgrade and occ market:upgrade got new option --major

  • adjust automated update:
    • when doing minor update of core, don't fetch major version updates of app from marketplace
    • when doing major update of core, fetch major version updates of app from marketplace
  • admin must have a way to force major update of app
    • occ upgrade --major
    • occ market update --major
  • web UI shows both minor and major update, default on minor

More implementation details are available here
owncloud/market#387 (comment)

@mmattel
Copy link
Contributor

mmattel commented Dec 10, 2018

Already done for occ upgrade

| `--major` | Automatically update apps to new major versions during minor updates of ownCloud Server.

But nobody told that this is also true for occ market:upgrade or I missed that one.
Needs docs update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants