Task #10925 (closed)
Opened 11 years ago
Closed 9 years ago
CLI: add a command performing a db upgrade
Reported by: | sbesson | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 5.x |
Component: | Deployment | Version: | 5.1.0 |
Keywords: | n.a. | Cc: | bpindelski, jamoore, mtbcarroll |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | n.a. |
Sprint: | n.a. |
Description
As suggested in https://github.com/openmicroscopy/ome-documentation/pull/366 and #10463, it would be nice to have a CLI command upgrading the db during a server upgrade process, e.g.
bin/omero db upgrade
In addition to simplifying the upgrade process, this would simplify the logic and the maintenance of the upgrade page in the OMERO sysadmin documentation.
Ideally this command would detect the current and target versions of the OMERO db and call the upgrade commands dealing with multiple upgrades if applicable.
Change History (2)
comment:1 Changed 11 years ago by jamoore
- Cc mtbcarroll added
- Component changed from General to Deployment
comment:2 Changed 9 years ago by sbesson
- Resolution set to fixed
- Status changed from new to closed
- Version set to 5.1.0
Handled via omego