How To Upgrade From 19.07.1 To 19.09.4¶
To upgrade Shield system from Rel-19.07.1 to Rel-19.09.4, please follow these steps:
Uninstall the existing Shield (Rel-19.07.1):
curl -s -o delete-shield.sh https://raw.githubusercontent.com/EricomSoftwareLtd/Shield/Rel-19.07.1/Kube/scripts/delete-shield.sh chmod +x delete-shield.sh ./delete-shield.sh
Install the new Shield repository (Rel-19.09.4):
rm add-shield-repo.sh curl -s -o add-shield-repo.sh https://raw.githubusercontent.com/EricomSoftwareLtd/Shield/Rel-19.09.4/Kube/scripts/add-shield-repo.sh chmod +x add-shield-repo.sh ./add-shield-repo.sh -p PASSWORD
Verify that your repository is properly configured. Run:
helm search shield
Deploy new Shield (Rel-19.09.4):
rm deploy-shield.sh curl -s -o deploy-shield.sh https://raw.githubusercontent.com/EricomSoftwareLtd/Shield/Rel-19.09.4/Kube/scripts/deploy-shield.sh chmod +x deploy-shield.sh ./deploy-shield.sh
To restore data from local back up, go to /home/ericom/test and select the desired backup file.
In the Admin | Settings | Restore - upload this file and select the Restore option.
Now the upgrade process is complete, and the system is running Rel-19.09.4.