From 8084b94c17d2d2e83288cae5aa9ab96dc7c32ce4 Mon Sep 17 00:00:00 2001 From: Mark Reynolds Date: Apr 04 2024 21:25:04 +0000 Subject: Issue 9568 - Update IPA to IPA migration design doc The usage for migrating DNS changed. It went from "--skip-dns", to "--migrate-dns" Fixes: https://pagure.io/freeipa/issue/9568 Signed-off-by: Mark Reynolds Reviewed-By: Rob Crittenden --- diff --git a/doc/designs/ipa_to_ipa_migration.md b/doc/designs/ipa_to_ipa_migration.md index c2d72b8..e087631 100644 --- a/doc/designs/ipa_to_ipa_migration.md +++ b/doc/designs/ipa_to_ipa_migration.md @@ -422,7 +422,7 @@ Here is an example of the standard logging 2024-02-27T17:10:03Z DEBUG --log-file=/var/log/ipa-migrate.log 2024-02-27T17:10:03Z DEBUG --skip-schema=False 2024-02-27T17:10:03Z DEBUG --skip-config=False -2024-02-27T17:10:03Z DEBUG --skip-dns=False +2024-02-27T17:10:03Z DEBUG --migrate-dns=False 2024-02-27T17:10:03Z DEBUG --dryrun=True 2024-02-27T17:10:03Z DEBUG --dryrun-record=None 2024-02-27T17:10:03Z DEBUG --force=False @@ -501,7 +501,7 @@ Overview of the CLI usage | --db-ldif, -f | An LDIF file containing the export of the userRoot database | | --schema-ldif, -m | An LDIF file containing the schema from the remote server | | --config-ldif, -g | The DS config file dse.ldif | -| --skip-dns, -B | Do not migrate the DNS records in the database | +| --migrate-dns, -B | Migrate the DNS records in the database | | --subtree, -s | Non standard IPA subtree to include in the migration | | --dryrun, -x | try the migration without writing data | | --dryrun-record, -o | Perform dryrun but record all the LDAP changes to a LDIF file |