Installing WarehousePG Backup and Restore

Install whpg-backup on all hosts in your WarehousePG cluster.

Downloading and installing the utility

  1. On the coordinator, download the package from the EDB repository:

  2. On the coordinator, create a file all_hosts which lists all hosts in the WHPG cluster. For example:

    cdw
    scdw
    sdw1
    sdw2
    sdw3
  3. From the coordinator, transfer the package to all hosts in the cluster. Use the gpsync utility on WarehousePG 7, or the gpscp utility on WarehousePG 6:

    Where <whpg-backup-package-name> is the name of the WarehousePG Backup package file you downloaded, for example whpg-backup-1.33.1-WHPG-2.el8.x86_64.rpm.

  4. From the coordinator, use the gpssh utility to install the package on all hosts:

  5. Verify the installation by checking the gpbackup and gprestore versions:

    gpbackup --version
    gprestore --version

Could this page be better? Report a problem or suggest an addition!