Now we either lock all or none of the migrations to run, to make sure they are not out of order when multiple instances of Emigrate run concurrently.
5 lines
257 B
Markdown
5 lines
257 B
Markdown
---
|
|
'@emigrate/mysql': patch
|
|
---
|
|
|
|
Make sure we can initialize multiple running instances of Emigrate using @emigrate/mysql concurrently without issues with creating the history table (for instance in a Kubernetes environment and/or with a Percona cluster).
|