-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
choreMaintenance work (e.g. dependency upgrades, refactoring, etc.)Maintenance work (e.g. dependency upgrades, refactoring, etc.)
Description
Problem/Motivation
Currently, our DB migration executes whenever our application is deployed and run. With this, we lack the flexibility to run only db migrations separately without triggering a service deployment.
In addition, we cannot also roll back DB changes, just in case we encounter some issues related to DB migrations.
Proposed Solution
Research more on Yoyo Migrations about the following
- Separately running it as a job without the need for a redeployment (similar to executing maven commands for Liquibase)
- Having a rollback procedure on existing migrations
All findings should be documented in our Wiki. No code or infra changes should be done yet
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
choreMaintenance work (e.g. dependency upgrades, refactoring, etc.)Maintenance work (e.g. dependency upgrades, refactoring, etc.)
Type
Projects
Status
Backlog