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

ensure that only one migration command is running on one db #13

Open
cebe opened this issue Feb 27, 2012 · 3 comments
Open

ensure that only one migration command is running on one db #13

cebe opened this issue Feb 27, 2012 · 3 comments
Assignees
Milestone

Comments

@cebe
Copy link
Member

cebe commented Feb 27, 2012

to avoid broken db states, ensure that only one db migration command is running.
this is relevant for environments such as testing servers that run migrations automatically.

@ghost ghost assigned cebe Feb 27, 2012
@samdark
Copy link
Member

samdark commented Feb 28, 2012

You mean implementing some kind of exclusive lock?

@samdark
Copy link
Member

samdark commented Feb 28, 2012

I think that can be a good enhancement for Yii core migrations.

@cebe
Copy link
Member Author

cebe commented Feb 28, 2012

okay, will think about a solution that fits core migrations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants