Skip to content

Commit d56dc41

Browse files
author
jc-berger
committed
more dev feedback
1 parent e7293a7 commit d56dc41

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

global_hub/global_hub_upgrade_postgres.adoc

+13-2
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,21 @@ git clone https://github.com/stolostron/multicluster-global-hub.git
6464
[#deleting-legacy-postgres]
6565
== Deleting legacy built-in Postgres data
6666

67-
After {global-hub} upgrades to version 1.4.0, it switches to the new built-in Postgres instance. The global hub operator does not automatically delete resources associated with the legacy Postgres instance. To delete the legacy Postgres resources, run the following script:
67+
After {global-hub} upgrades to version 1.4.0, it switches to the new built-in Postgres instance. The global hub operator does not automatically delete resources associated with the legacy Postgres instance. To delete the legacy Postgres resources, complete the following steps:
6868

69+
. If the default namespace is `multicluster-global-hub`, run the following shell script:
6970

71+
+
7072
[source,bash]
7173
----
7274
./doc/upgrade/cleanup_legacy_postgres.sh
73-
----
75+
----
76+
77+
. If the namespace is not specified as `multicluster-global-hub`, set the {global-hub} namespace when you run the following shell script:
78+
79+
+
80+
[source,bash]
81+
----
82+
./doc/upgrade/cleanup_legacy_postgres.sh <1>
83+
----
84+
<1> The {global-hub} that you installed.

0 commit comments

Comments
 (0)