Reinstall an Edge site

You always reinstall an Edge site by restoring a backup of that Edge site. Reinstallation may be necessary to resolve an issue or to upgrade the software included in the Edge site installer.

Warning If you have any existing connections, we highly recommend backing up your site and reinstalling the site from the backup. If you do not use a backup, you will need to manually re-enter passwords, encrypted text parameters, and any file parameters in each connection to restore full functionality.

Note This process is certified for restoring an Edge site to the Collibra environment on which the site was originally created, for example, restoring Development to Development or Production to Production. The process is not certified or tested for promoting an Edge site migration from one environment to another, for example, from Development to Production. These types of migrations require the reinstallation of the Edge application each time the migration is promoted.

  1. Back up your current Edge site.
  2. If you are reusing the same server as your old Edge site:
    1. Uninstall the old installation.
    2. Recreate the Linux disk mount for the /var/lib/rancher/k3s directory.
  3. Redownload the installer.
  4. Extract the installer.
  5. If you use a custom setup, such as proxy.properties and ca.pem for forward proxies or classification, ensure that it is available or included as it was in the previous setup.
  6. Reinstall using the new installer with the backup option: ./install-master.sh --storage-path <storagepath> -b backup.yaml
    • If you originally installed your Edge site with classification, you must reinstall with classification: ./install-master.sh --storage-path <storagepath> -b backup.yaml --set collibra_edge.collibra.classification.enabled=true
  1. Back up your current Edge site.
  2. Redownload the installer and save it on your Linux server that has kubectl access to the k8s cluster.
  3. Extract the installer.
  4. Uninstall the previous Edge site installation.
  5. If you use a custom setup, such as proxy.properties and ca.pem for forward proxies or classification, ensure that it is available or included as it was in the previous setup.
  6. Reinstall using the new installer and backup: ./run-installer-job.sh properties.yaml -b backup.yaml 
    • Optionally, with classification: -b backup.yaml --set collibra_edge.collibra.classification.enabled=true