-
Notifications
You must be signed in to change notification settings - Fork 15
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
Simplify install/upgrade commands and db flags #107
Conversation
Replaced by "install --upgrade" and managedb flag
A bit of feedback:
Obviously those are pretty big changes. If we need this as 0.6.2 in order to move forward, then no immediate objections from me, but I think we will have to revisit this. cc: @sbesson |
We could simplify things by getting rid of the managedb flag, so its |
👍 for the test. It certainly looks to cover the new setup well. Merging and releasing as 0.6.2, and we'll decide on the breaking changes for 0.7 or 1.0. |
Follow on from ome/ansible-role-omero-server#12 (comment)
omego upgrade
withomego install --upgrade
--initdb
--upgradedb
with a single--managedb
omero db upgrade -n
exit codesThis should be backwards compatible