migrations icon indicating copy to clipboard operation
migrations copied to clipboard

API to get migration status of a cluster.

Open vrogach2020 opened this issue 4 years ago • 0 comments
trafficstars

People sometimes forget to do migrations.up() after cluster upgrades. It would be nice to get a flag that all migrations are up to date and possibly display it as an issue in Cartridge UI ifl not all migrations are applied or MD5 of file differs from original. This will also require to compute hash (for example MD5) of each migration and store it when migration is applied successfully.

See for example https://docs.liquibase.com/commands/community/status-verbose.html

vrogach2020 avatar Oct 14 '21 09:10 vrogach2020