-
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
Remove ports config, add no-start option, convert boolean-string-args to flags #69
Conversation
--no-start allows OMERO.server to be installed or upgraded without being (re)started in case further manual intervention is planned. --skipweb {true,false} has been replaced with a simple --no-web flag
`--skipdelete false` replaced with `--delete-old` `skipdeletezip true` replaced with `--keep-old-zip`
Failing on
I took the command from #71 (comment) - it apparently worked there - is there any change here which makes |
That's because this PR was opened before #71. Either I can rebase this, or you can test by checking out master and using |
Did scc merge
This looks like a bug after discussion with @manics - the command should work even with no config.xml file |
Also the I could not do this logic for the |
The |
|
|
Except for the config file problem all seems to be fine. I do not know how to test the |
This was a bug in #74 (which would've been included by
Yes, only the server which was pointed to by the old |
This feature was removed from omero, so this PR removes it from omego. |
I cannot start the server probably because of my local setup, but I went through the workflow in #69 (comment) after I have done scc merge and I got to the point where the server attempted to start. So far beyond the error reported in #69 (comment). I think this is ready to merge. |
Ready to merge. |
Remove ports config, add no-start option, convert boolean-string-args to flags
admin ports
and related--prefix
arguments (breaking change)--skip-... [true|false]
arguments to flags (breaking change). Replacements:--no-web
--delete-old
--keep-old-zip
--no-start
option toinstall
/upgrade
to disable automatic restart