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

Generic update between major versions #260

Open
1 task
vincent-herlemont opened this issue Oct 12, 2024 · 0 comments
Open
1 task

Generic update between major versions #260

vincent-herlemont opened this issue Oct 12, 2024 · 0 comments
Labels
help wanted Open issue for anyone who wants to work on it. R&D Research and development
Milestone

Comments

@vincent-herlemont
Copy link
Owner

If there are breaking changes between major versions of the database, a manual solution is currently implemented for each change, see the features upgrade_0_5_x and upgrade_0_7_x (available for example in v0.8.0).

It would be useful to find a generic way to handle this, allowing users to manage these issues themselves easily. Proposal:

  • Enable multiple versions of the Native DB to coexist (currently impossible)
  • Create a simple transfer function db_v1.upgrade(db_v2).

TODO

  • Investigate
@vincent-herlemont vincent-herlemont added help wanted Open issue for anyone who wants to work on it. R&D Research and development labels Oct 12, 2024
@vincent-herlemont vincent-herlemont added this to the 0.9.0 milestone Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Open issue for anyone who wants to work on it. R&D Research and development
Projects
None yet
Development

No branches or pull requests

1 participant