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
Adds a `migrate` package with a mechanism to run an ordered set of
migrations on startup, such as Etcd data migrations. The migrations
runner uses the `election` package to ensure that only one server
instance is running the migrations at a time. Other instances will block
startup until the migrations are complete, so we should aim to keep
migrations as lightweight as possible. As stated in the package
documentation, these migrations should be idempotent and, where
possible, non-destructive.
PLAT-347
0 commit comments