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:

  1. 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
    
  2. 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
    
  3. Verify that your repository is properly configured. Run:

    helm search shield
    
  4. 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
    
  5. 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.