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

  1. Optionally, download a new Edge installer.
  2. Open an Edge site.
    1. In the main menu, click , then Settings.
      The Collibra settings page opens.
    2. Click Edge
      The Edge sites overview appears.
    3. In the Edge site overview, click the name of an Edge site.
      The Edge site page appears.
  3. In the top right corner, click ActionsRedownload installer.
    A new Edge installer is downloaded.
  4. 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
  1. Optionally, download a new Edge installer.
  2. Open an Edge site.
    1. In the main menu, click , then Settings.
      The Collibra settings page opens.
    2. Click Edge
      The Edge sites overview appears.
    3. In the Edge site overview, click the name of an Edge site.
      The Edge site page appears.
  3. In the top right corner, click ActionsRedownload installer.
    A new Edge installer is downloaded.
  4. 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