Back up and restore an Edge site
To avoid losing your Edge site configurations, you can back up an Edge site and later restore it, for example when you want to reinstall an Edge site with a new installer.
Note For privacy reasons, Edge site backups remain in your personal environment and are not sent to the cloud.
Back up an Edge site
On the server that runs your Edge site, execute the following command:
~$ ./edge backup -o /<path to folder where you want to save the backup file>/<backup-name>.yaml
Edge creates a backup of your Edge site in the selected folder of the command.
Tip If the edge command is not available, you first have to download it.
On the server from which you manage your EKS cluster, execute the following commands:
~$ ./edge backup -o /<path to folder where you want to save the backup file>/<backup-name>.yaml
Edge creates a backup of your Edge site in the defined folder of the last command.
Tip If the edge command is not available, you first have to download it.
Restore an Edge site
- Optionally, download a new Edge installer.
- Open an Edge site.
-
In the main menu, click
, then
Settings.
The Collibra settings page opens. -
Click EdgeThe Edge sites overview appears.
- In the Edge site overview, click the name of an Edge site.
The Edge site page appears.
-
In 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 -r registries.yaml -b /<path to backup file>/edge-backup.yaml
- Optionally, download a new Edge installer.
- Open an Edge site.
-
In the main menu, click
, then
Settings.
The Collibra settings page opens. -
Click EdgeThe Edge sites overview appears.
- In the Edge site overview, click the name of an Edge site.
The Edge site page appears.
-
In 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