Upgrades
Plan upgrades as controlled, staged rollouts.
Recommended flow:
- Back up critical data and configuration.
- Upgrade non-production environments first.
- Upgrade system services before core API services.
- Validate service health and API endpoints after each step.
- Promote to production only after smoke tests pass.
With Terraform deployments, prefer staged scripts:
cd terraform
./generated/plane-deploy-rollout.sh
For targeted changes, deploy only the required services using generated/services/deploy-<service>.sh scripts.