Skip to content

Commit 557fb5a

Browse files
authored
Adding edits from AAP-38722 (#2864) (#2866)
1 parent 6eda97b commit 557fb5a

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

downstream/modules/platform/proc-post-migration-cleanup.adoc

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
[role=_abstract]
66

7-
After your data migration is complete, you must delete any Instance Groups that are no longer required.
7+
After data migration, delete unnecessary instance groups and unlink the `old database configuration secret` from the {ControllerName} resource definition.
8+
9+
== Deleting Instance Groups post migration
810

911
.Procedure
1012
. Log in to {PlatformName} as the administrator with the password you created during migration.
@@ -17,3 +19,14 @@ Note: If you did not create an administrator password during migration, one was
1719
. Select {MenuInfrastructureInstanceGroups}.
1820
. Select all Instance Groups except controlplane and default.
1921
. Click btn:[Delete].
22+
23+
== Unlinking the old database configuration secret post migration
24+
25+
. Log in to *{OCP}*.
26+
. Navigate to menu:Operators[Installed Operators].
27+
. Select the {OperatorPlatformNameShort} installed on your project namespace.
28+
. Select the *Automation Controller* tab.
29+
. Click your *AutomationController* object. You can then view the object through the *Form view* or *YAML view*. The following inputs are available through the *YAML view*.
30+
. Locate the `old_postgres_configuration_secret` item within the spec section of the YAML contents.
31+
. Delete the line that contains this item.
32+
. Click btn:[Save].

0 commit comments

Comments
 (0)