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

[board-server] Handle database migrations for board-server container deployments #2947

Open
wfaithfull opened this issue Aug 27, 2024 · 0 comments · May be fixed by #2975
Open

[board-server] Handle database migrations for board-server container deployments #2947

wfaithfull opened this issue Aug 27, 2024 · 0 comments · May be fixed by #2975

Comments

@wfaithfull
Copy link
Contributor

Expected Behavior

Board server container deployments should gracefully handle migrations of the SQLite database schema

Actual Behavior

Migrations of the SQLite database schema will break people's deployments if they roll out a new version of the container.

I'd like to investigate using a proper migration tool, like flyway to manage these database migrations, and then we can roll this logic out along with the container, so that people's existing data has a pathway into new schemas.

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