15.16. Importing the Replication Changelog from an LDIF-formatted Changelog Dump
Complete this procedure to import an LDIF-formatted replication changelog dump into Directory Server.
Prerequisites
- Replication is enabled on the Directory Server instance.
- The changelog dump has been created as described in Section 15.15, “Exporting the Replication Changelog”.
Procedure
To import the changelog dump from the
/tmp/changelog.ldif
file, enter:
# dsconf -D "cn=Directory Manager" ldap://server.example.com replication restore-changelog from-ldif /tmp/changelog.ldif
Note that the
dirsrv
user requires permissions to read the specified file.