You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: