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

Migration runner #52

Closed
tjkirch opened this issue Jul 3, 2019 · 1 comment · Fixed by #62
Closed

Migration runner #52

tjkirch opened this issue Jul 3, 2019 · 1 comment · Fixed by #62

Comments

@tjkirch
Copy link
Contributor

tjkirch commented Jul 3, 2019

We need a tool to run the migrations created using #44. At a high level, it needs to:

  • Take the data store path to migrate, and the version to migrate to
  • Find appropriate migrations on disk (perhaps being told some potential locations)
  • Run the migrations on a copy of the data store
  • If successful, flip the data store link to the copy
@tjkirch
Copy link
Contributor Author

tjkirch commented Jul 11, 2019

See #64 for the next step, OS integration.

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

Successfully merging a pull request may close this issue.

1 participant