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

[ClickHouse] Schema updates #4048

Closed
karencfv opened this issue Sep 7, 2023 · 3 comments
Closed

[ClickHouse] Schema updates #4048

karencfv opened this issue Sep 7, 2023 · 3 comments
Assignees
Milestone

Comments

@karencfv
Copy link
Contributor

karencfv commented Sep 7, 2023

There should be a mechanism that allows us to perform schema updates without having to wipe everything out.

CockroachDB does schema updates this via DB schema migration #3760

#4246 introduces a destructive mechanism to update Oximeter's database, via the OXIMETER_VERSION constant.

@karencfv karencfv added this to the MVP milestone Sep 7, 2023
@davepacheco
Copy link
Collaborator

davepacheco commented Sep 7, 2023

FYI, despite the title of #3760, I don't think we do CockroachDB schema migrations automatically (on boot). I think we've generally been cautious about automating stuff until we've had operational experience executing it.

@karencfv
Copy link
Contributor Author

karencfv commented Sep 7, 2023

Thanks! I'll update the issue's descritpion

@bnaecker
Copy link
Collaborator

Closed by #4394

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants