yiisoft / db-migration

The package implementing migration for yiisoft/db.
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
29 stars 16 forks source link

Migration command locks #270

Open samdark opened 3 months ago

samdark commented 3 months ago

Ensure that migration command is executed exactly once, even if there are multiple instances running (such as k8s cluster containers). Could be implemented via locks.