Upgrading
Overview
Pre-upgrade Steps
1. Check Current Version
helm list -n observo2. Back Up Configuration
# Back up your current values
helm get values observo-manager -n observo > values-backup.yaml
# Back up database credentials
kubectl get secret postgres-auth -n observo -o yaml > postgres-auth-backup.yaml3. Verify System Health
kubectl get pods -n observo
Upgrade Process
1. Update Container Images
2. Update Configuration
3. Perform Upgrade
4. Monitor Upgrade Progress
Post-upgrade Verification
1. Verify Component Status
2. Test Functionality
Rollback Procedure
1. Initiate Rollback
2. Verify Rollback
3. Restore Configuration
Common Issues
Image Pull Errors
Component Upgrades
ClickHouse HA Migration
Next Steps
Last updated
Was this helpful?

