Reinstall an Edge site using backup and restore

You can reinstall an Edge site by keeping the previous Edge site data.

  1. Back up your current Edge site (optionally): edge backup -o backup.yaml
  2. If you are reusing the same server as your current Edge site, uninstall the current installation: uninstall-edge.sh
  3. Re-download the installer for your Edge site and save it on your server.

    Note This is a new installer for your Edge site. The previous installer no longer works.

  4. Extract the installer and ensure that your custom setup, for example, proxy.properties and ca.pem, is available as in the previous setup.
  5. Re-install using the new installer, optionally with backup and/or classification: ./install-master.sh --storage-path <storagepath> -b backup.yaml --set collibra_edge.collibra.classification.enabled=true
  1. Back up your current Edge site (optionally): edge backup -o backup.yaml
  2. Re-download the installer for your Edge site and save it on your Linux server that has kubectl access to the k8s cluster.

    Note This is a new installer for your Edge site. The previous installer no longer works.

  3. Extract the installer.
  4. Uninstall the current Edge site installation: <extracted installer>/resources/installer-job/tools/uninstall-edge-on-managed-k8s.sh
  5. If you are using a forward proxy, update the proxy.properties or include a ca.pem file before you install the Edge site.
  6. Re-install using the new installer: ./run-installer-job.sh properties.yaml --set collibra_edge.collibra.ozone.datanode.pvcSize=100Gi --set collibra_edge.collibra.ozone.om.pvcSize=100Gi 
    • Optionally, install with:
      • Backup: -b backup.yaml
      • Backup with classification: -b backup.yaml --set collibra_edge.collibra.classification.enabled=true