The PingDirectory server provides the tools necessary for backing up and restoring backends, which can be used to manually initialize a replica.
As detailed in the following procedure, you use
<server-root>/bin/backup
to create a backup
of the backend containing the replicated base DN. If encryption is enabled for the
backend containing the replicated base DN, then you must also make a backup of the
encryption-settings backend.
When initializing a server that has been offline longer than the
replication-purge-delay
, you must also make backups of the
replicationChanges and schema backends.
You then need to transfer all backup files to the target server(s) and restore them
individually using <server-root>/bin/restore
.
To preserve existing encryption settings,
<server-root>/bin/restore
appends to the
encryption-settings database as opposed to replacing it.
To manually initialize a server when an online initialization isn't possible: