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: handle data store format changes #88

Closed
3 tasks
tjkirch opened this issue Jul 22, 2019 · 1 comment
Closed
3 tasks

Migration: handle data store format changes #88

tjkirch opened this issue Jul 22, 2019 · 1 comment
Labels
type/enhancement New feature or request

Comments

@tjkirch
Copy link
Contributor

tjkirch commented Jul 22, 2019

i.e. "major" version changes, for example if we change from a filesystem data store to SQLite or LMDB.

  • the migrator has to run migrations for major-version transitions (because we need to finish any minor version migrations before the major, and there may be more minor after the major)
  • the migrator has to handle major version links
  • research other changes that need to be made
@tjkirch tjkirch added this to To do in Data store migrations Oct 2, 2019
@tjkirch tjkirch added the type/enhancement New feature or request label Oct 2, 2019
@tjkirch tjkirch added this to the Public Preview milestone Oct 24, 2019
@tjkirch tjkirch removed this from the Public Preview milestone Jan 22, 2020
@iliana
Copy link
Contributor

iliana commented Feb 26, 2020

@tjkirch tells me we don't have a "data store format" anymore so this no longer applies. 🎉

@iliana iliana closed this as completed Feb 26, 2020
Data store migrations automation moved this from To do to Done Feb 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement New feature or request
Projects
No open projects
Development

No branches or pull requests

2 participants