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
While trying to upgrade the OMERO-merge-develop-FS installation on c6100-3 from daily-merge-ice34 to 5.0.0-beta2-rc1-ice35 the script failed since bin/omero web stop was not runnable with the given Ice environment.
Note: There's also still a TODO which would overwrite omero.web.server_list
I finally worked around this by doing:
diff -r OLD/etc NEW/etc
Checked the values
for x in OLD/etc/*.config OLD/etc/*cfg OLD/etc/grid/*.xml; do cp $x ${x#/*}; done
A command for just this would probably be useful. (Eventually it could also copy over the lib/scripts etc.)
The text was updated successfully, but these errors were encountered:
While trying to upgrade the OMERO-merge-develop-FS installation on c6100-3 from daily-merge-ice34 to 5.0.0-beta2-rc1-ice35 the script failed since
bin/omero web stop
was not runnable with the given Ice environment.Note: There's also still a TODO which would overwrite
omero.web.server_list
I finally worked around this by doing:
diff -r OLD/etc NEW/etc
for x in OLD/etc/*.config OLD/etc/*cfg OLD/etc/grid/*.xml; do cp $x ${x#/*}; done
A command for just this would probably be useful. (Eventually it could also copy over the lib/scripts etc.)
The text was updated successfully, but these errors were encountered: