We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99b1b6d commit 1eb03feCopy full SHA for 1eb03fe
docs/guides/administration/releases.md
@@ -24,3 +24,5 @@ Staging auto-deploys from `main` via [deploy-staging.yml](.github/workflows/depl
24
## Rollback
25
26
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