On Wed, 2018-07-11 at 17:46 +0000, Brian Lehnhardt wrote: > Yeah, my plan is to setup a replication agreement. That way I don't > have to do multiple imports. I need the old and new servers to stay > in sync until the cutover.
db2ldif -r exports an ldif with replication metadata, so that when you add the replica it's able to "sync and start" with a full online reinit. Keep in mind you need to use the ldif "within" the changelog expiry period which I think defaults to 7 days. Hope that helps, > _______________________________________________ > 389-users mailing list -- [email protected] > To unsubscribe send an email to [email protected] > rg > Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelin > es > List Archives: https://lists.fedoraproject.org/archives/list/389-user > [email protected]/message/25ZDXEKRNLQDRBCYTZLRSA3WRGMEAEKQ/ -- Sincerely, William _______________________________________________ 389-users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected]/message/3XH7OKHOS34VFL5T4ARJ2FWK4J2WVGH3/
