Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unique database lock for migration execution #8

Open
arBmind opened this issue Sep 12, 2013 · 1 comment
Open

unique database lock for migration execution #8

arBmind opened this issue Sep 12, 2013 · 1 comment

Comments

@arBmind
Copy link
Member

arBmind commented Sep 12, 2013

Only one process should be allowed to execute migrations at a time.

Ways to ensure this should be taken from other migration frameworks in java etc.

@monotomy
Copy link
Contributor

A database lock for sqlite-plugin is finished ( root/plugins/SqliteMigrator/DatabaseLock.h ).
The lock for the mysql-plugin is still open.

arBmind added a commit that referenced this issue Sep 20, 2021
* modernize Appveyor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants