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

How to model migrations? #2

Open
arianvp opened this issue Oct 24, 2018 · 1 comment
Open

How to model migrations? #2

arianvp opened this issue Oct 24, 2018 · 1 comment

Comments

@arianvp
Copy link

arianvp commented Oct 24, 2018

I get that you can provision an "initial state", but usually this initial state is not just an available schema, but a series of migrations that lead up to the schema. Also, running systems might require migrations as well. How do I handle those?

@svanderburg
Copy link
Owner

Currently, there is no way to do that yet -- when you want to carry out a data migration, you must first use Dysnomia to take a snapshot, then carry out the migration script by other means.

It would be a nice addition if we could add first class support for these kinds of scenarios.

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