helm upgrade astra-control netapp/astra-control
--namespace astra-system
-f astra-values-backup.yaml
--wait --timeout 15m
💡 Pro tip: Always take a full backup or snapshot before applying major updates. astra control panel upd
When your Linux distribution releases a kernel or library update (e.g., OpenSSL, glibc), Astra must adapt. The UPD ensures the panel remains compatible with the latest OS dependencies, preventing broken services like Apache or Nginx. 💡 Pro tip: Always take a full backup
Before applying UPD to production, clone your environment to a staging server. Run astra-update --dry-run to simulate changes and identify conflicts. When your Linux distribution releases a kernel or
Add a cron script that runs the update only if a new version exists:
0 3 * * 1 /usr/local/astra/bin/auto-update.sh --security-only
The --security-only flag applies only critical patches, leaving major version upgrades for manual review.