Rollback
Rollback restores the Helm release to a prior known-good revision. Database migrations may not be automatically reversible, so always review release notes and back up PostgreSQL before upgrading.
Before Rolling Back
Section titled “Before Rolling Back”- Identify the last known-good Helm revision.
- Confirm whether the target release introduced database migrations.
- Confirm whether data restoration is required.
- Preserve logs and events from the failed release.
- Notify users if the platform may be unavailable during rollback.
Rollback Command
Section titled “Rollback Command”helm rollback governance-platform <revision> --namespace governanceVerify
Section titled “Verify”After rollback:
- Confirm pods return to ready state.
- Confirm the browser login flow.
- Confirm core Governance Studio workflows.
- Confirm API integrations can authenticate.
- Confirm storage-backed attachments and integrity workflows still work.