migrations
migrations copied to clipboard
In case migrations are not the same on instances (for example, it had failed on one of them), I see a warning on `Migrations` tab, but it would be nice...
Currently without calling the function `utils.register_sharding_key()` users are seeing a strange error "bucket_id is used for sharding, but there's no space...". Although the usage of the function is described at...
Currently, `/up` http handler provides unclear error messages when something goes sour (basically, 500 with "something went wrong text"). It would be nice to have detailed error report (which migration...
A nice approach was developed in https://github.com/tarantool/cartridge/pull/1194 (and later used in https://github.com/tarantool/cartridge/pull/1202). Let's use it for the migrations.
The first thing to be done is to implement the `stop` function. Despite the `migrator` role is permanent, Cartridge always calls `stop` + `init` callbacks and cleans HTTP routes upon...
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...