Skip to content

Commit 1eb03fe

Browse files
committed
Add note about db migrations affecting rollbacks
1 parent 99b1b6d commit 1eb03fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/guides/administration/releases.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ Staging auto-deploys from `main` via [deploy-staging.yml](.github/workflows/depl
2424
## Rollback
2525

2626
To rollback production, update `deploy/Pulumi.gcpProd.yaml` to the previous version and push.
27+
28+
**Note:** Rollbacks may not work as expected if the release included database migrations, since migrations are not automatically reversed.

0 commit comments

Comments
 (0)