Recovering a replication changelog - PingDirectory - 9.3

PingDirectory 9.3

bundle
pingdirectory-93
ft:publication_title
PingDirectory 9.3
Product_Version_ce
PingDirectory 9.3 (Latest)
category
Product
pd-93
pingdirectory
ContentType_ce

If the replication changelog, <server-root>/changelogDb, is compromised because of a disk or NAS failure, you can recover a replication changelog.

To recover a replication changelog:
  1. Stop the server.
  2. Backup replicationChanges from a remote server using the following command.
    $ bin/backup --backupDirectory /app/backups/replicationChanges \
      --backendID replicationChanges
                        
  3. Copy the replicationChanges backup from the remote server and restore it on the local host using the following command.
    $ bin/restore --backupDirectory /app/tmp/replicationChanges
                    
  4. Start the server.