In gpdr 1.4, when configuring direct replication on the primary cluster with "gpdr configure backup --config-file direct_storage_config_file.yml", it may report error:
[INFO]:-Configuring for backup
[INFO]:-Successfully created pgbackrest configuration files for backup at /usr/local/gpdr/configs for the GPDB primary cluster
[INFO]:-Creating pgbackrest stanzas for the GPDB primary cluster
[ERROR]:-error occurred while configuring for backup: the mirror with content 1 is unable to access the repository
gpdr 1.4
gpdb 7.x
The error is generated during the ssh connection setup stage. Each segment instance from the primary cluster will be assigned a host from DR cluster, then gpdr will verify the ssh connection between each pair of hosts. If any connection test failed, it will report this error.
See "Prerequisites" for Direct Replication. "Passwordless ssh between the primary cluster hosts and the recovery cluster hosts for the gpadmin user"
Configure passwordless ssh connectivity between the hosts of the primary cluster and the hosts of the recovery cluster.