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

We need to handle inconsistencies between the metadata and production database #67

Closed
espindola opened this issue Oct 12, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@espindola
Copy link
Contributor

It is not possible to atomically change two independent databases. We have to implement something similar to a kubernetes controller for moving changes from the metadata DB to the schema of the production database.

@penberg penberg added the bug Something isn't working label Oct 12, 2021
@penberg penberg added this to the v0.2 milestone Oct 12, 2021
@penberg
Copy link
Contributor

penberg commented Jun 7, 2022

Fixed by f9bf50b, right @espindola and @glommer?

@espindola
Copy link
Contributor Author

I think so. We might be missing transactions in some cases, but it is fair to call that a different bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants