Reinstall an Edge site using backup and restore
You can reinstall an Edge site by keeping the previous Edge site data.
- Back up your current Edge site (optionally):
edge backup -o backup.yaml -
If you are reusing the same server as your current Edge site, uninstall the current installation:
uninstall-edge.sh - 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.
- Extract the installer and ensure that your custom setup, for example, proxy.properties and ca.pem, is available as in the previous setup.
- 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
- Back up your current Edge site (optionally):
edge backup -o backup.yaml - 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.
- Extract the installer.
- Uninstall the current Edge site installation:
<extracted installer>/resources/installer-job/tools/uninstall-edge-on-managed-k8s.sh - If you are using a forward proxy, update the proxy.properties or include a ca.pem file before you install the Edge site.
- 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
- Backup:
- Optionally, install with: