Restore an Edge site
This article walks through how to restore your Edge site. You may want to restore it if you've previously created a backup or want to reinstall an Edge site with a new installer.
Restoring an Edge site is the same command as installing an Edge site but with an extra argument to use a backup.
- Optionally, download a new Edge installer.
- Open an Edge site.
-
On the main menu, click
, and then click
Settings.
The Collibra settings page opens. -
Click Edge.The Edge sites overview appears.
- Click the name of an Edge site in the Edge site overview.
The Edge site page appears.
-
On the main menu, click
- In the top right corner, click Actions → Redownload installer.
A new Edge installer is downloaded. - Run the Edge installer and add the backup file as a parameter:
install-master.sh properties.yaml --storage-path /var/edge/storage -r registries.yaml -b /<path to backup file>/edge-backup.yaml
- Optionally, download a new Edge installer.
- Open an Edge site.
-
On the main menu, click
, and then click
Settings.
The Collibra settings page opens. -
Click Edge.The Edge sites overview appears.
- Click the name of an Edge site in the Edge site overview.
The Edge site page appears.
-
On the main menu, click
- In the top right corner, click Actions → Redownload installer.
A new Edge installer is downloaded. - Run the Edge installer and add the backup file as a parameter:
./run-installer-job.sh properties.yaml --repositories repositories.json --set collibra_edge.collibra.minio.persistence.size=120Gi -b /<path to backup file>/edge-backup.yaml