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

Use database migration to automate database setup #9

Closed
syamantm opened this issue Oct 27, 2016 · 2 comments
Closed

Use database migration to automate database setup #9

syamantm opened this issue Oct 27, 2016 · 2 comments

Comments

@syamantm
Copy link

First step in automating the installation/setup process would be to automate the database setup.
Using a db migration tool would be ideal in this case.

The proposal is instead of applying the database change manually, we just have to do the following at boot/init.d or at any convenient time to apply the database changes:

chaosmonkey migrate

Is this something you would be interested in ?

@lorin
Copy link
Contributor

lorin commented Oct 28, 2016

Yep, I think this is a good idea.

@syamantm
Copy link
Author

Thanks, opened #10

@lorin lorin closed this as completed Nov 2, 2016
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