Skip to content

Commit d7e40a7

Browse files
authored
Fix incorrect instructions in 'Upgrade a Cluster Running PCR' (#23151)
* Fix incorrect instructions in 'Upgrade a Cluster Running PCR' Fixes DOC-16558
1 parent 270769b commit d7e40a7

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

src/current/v25.4/upgrade-with-pcr.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -111,31 +111,31 @@ To upgrade your primary and standby clusters:
111111
If you have a [_reader virtual cluster (reader VC)_]({% link {{ page.version.version }}/read-from-standby.md %}), you must drop and recreate it to upgrade after completing the main upgrade process on the primary and standby clusters. Follow these steps to upgrade your reader VC:
112112
113113
1. After upgrading the app VC on your primary cluster, wait for the replicated time to pass the time at which the upgrade completed.
114-
1. On the standby cluster, stop the reader VC service:
114+
1. On the standby cluster, stop the reader VC service on the readonly tenant:
115115
116116
{% include_cached copy-clipboard.html %}
117117
~~~ sql
118-
ALTER VIRTUAL CLUSTER <readervc-name> STOP SERVICE;
118+
ALTER VIRTUAL CLUSTER <application-vc-readonly> STOP SERVICE;
119119
~~~
120120
121-
1. Drop the reader VC:
121+
1. Drop the reader VC on the readonly tenant:
122122
123123
{% include_cached copy-clipboard.html %}
124124
~~~ sql
125-
DROP VIRTUAL CLUSTER <readervc-name>;
125+
DROP VIRTUAL CLUSTER <application-vc-readonly>;
126126
~~~
127127
128-
1. On the standby cluster, re-create the reader VC:
128+
1. On the standby cluster, re-create the reader VC from the standby cluster's replicating main VC.
129129

130130
{% include_cached copy-clipboard.html %}
131131
~~~ sql
132-
ALTER VIRTUAL CLUSTER <readervc-name> SET REPLICATION READ VIRTUAL CLUSTER;
132+
ALTER VIRTUAL CLUSTER <application-vc-main> SET REPLICATION READ VIRTUAL CLUSTER;
133133
~~~
134134

135-
At this point, the reader VC is on the same version as the standby cluster.
135+
At this point, the reader VC is on the same version as the replicating main VC on the standby cluster.
136136

137137
## Failover and fast failback during upgrade
138138

139139
If needed, you can perform a [failover]({% link {{ page.version.version }}/failover-replication.md %}) while upgrading your clusters.
140140

141-
However, after performing a failover you cannot perform a [fast failback]({% link {{ page.version.version }}/failover-replication.md %}#failback) to the original primary cluster while the standby cluster version is newer than the primary cluster version. This is because you cannot replicate data from a cluster on a newer version to a cluster on an older version.
141+
However, after performing a failover you cannot perform a [fast failback]({% link {{ page.version.version }}/failover-replication.md %}#failback) to the original primary cluster while the standby cluster version is newer than the primary cluster version. This is because you cannot replicate data from a cluster on a newer version to a cluster on an older version.

src/current/v26.1/upgrade-with-pcr.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -111,31 +111,31 @@ To upgrade your primary and standby clusters:
111111
If you have a [_reader virtual cluster (reader VC)_]({% link {{ page.version.version }}/read-from-standby.md %}), you must drop and recreate it to upgrade after completing the main upgrade process on the primary and standby clusters. Follow these steps to upgrade your reader VC:
112112
113113
1. After upgrading the app VC on your primary cluster, wait for the replicated time to pass the time at which the upgrade completed.
114-
1. On the standby cluster, stop the reader VC service:
114+
1. On the standby cluster, stop the reader VC service on the readonly tenant:
115115
116116
{% include_cached copy-clipboard.html %}
117117
~~~ sql
118-
ALTER VIRTUAL CLUSTER <readervc-name> STOP SERVICE;
118+
ALTER VIRTUAL CLUSTER <application-vc-readonly> STOP SERVICE;
119119
~~~
120120
121-
1. Drop the reader VC:
121+
1. Drop the reader VC on the readonly tenant:
122122
123123
{% include_cached copy-clipboard.html %}
124124
~~~ sql
125-
DROP VIRTUAL CLUSTER <readervc-name>;
125+
DROP VIRTUAL CLUSTER <application-vc-readonly>;
126126
~~~
127127
128-
1. On the standby cluster, re-create the reader VC:
128+
1. On the standby cluster, re-create the reader VC from the standby cluster's replicating main VC.
129129

130130
{% include_cached copy-clipboard.html %}
131131
~~~ sql
132-
ALTER VIRTUAL CLUSTER <readervc-name> SET REPLICATION READ VIRTUAL CLUSTER;
132+
ALTER VIRTUAL CLUSTER <application-vc-main> SET REPLICATION READ VIRTUAL CLUSTER;
133133
~~~
134134

135-
At this point, the reader VC is on the same version as the standby cluster.
135+
At this point, the reader VC is on the same version as the replicating main VC on the standby cluster.
136136

137137
## Failover and fast failback during upgrade
138138

139139
If needed, you can perform a [failover]({% link {{ page.version.version }}/failover-replication.md %}) while upgrading your clusters.
140140

141-
However, after performing a failover you cannot perform a [fast failback]({% link {{ page.version.version }}/failover-replication.md %}#failback) to the original primary cluster while the standby cluster version is newer than the primary cluster version. This is because you cannot replicate data from a cluster on a newer version to a cluster on an older version.
141+
However, after performing a failover you cannot perform a [fast failback]({% link {{ page.version.version }}/failover-replication.md %}#failback) to the original primary cluster while the standby cluster version is newer than the primary cluster version. This is because you cannot replicate data from a cluster on a newer version to a cluster on an older version.

src/current/v26.2/upgrade-with-pcr.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -111,31 +111,31 @@ To upgrade your primary and standby clusters:
111111
If you have a [_reader virtual cluster (reader VC)_]({% link {{ page.version.version }}/read-from-standby.md %}), you must drop and recreate it to upgrade after completing the main upgrade process on the primary and standby clusters. Follow these steps to upgrade your reader VC:
112112
113113
1. After upgrading the app VC on your primary cluster, wait for the replicated time to pass the time at which the upgrade completed.
114-
1. On the standby cluster, stop the reader VC service:
114+
1. On the standby cluster, stop the reader VC service on the readonly tenant:
115115
116116
{% include_cached copy-clipboard.html %}
117117
~~~ sql
118-
ALTER VIRTUAL CLUSTER <readervc-name> STOP SERVICE;
118+
ALTER VIRTUAL CLUSTER <application-vc-readonly> STOP SERVICE;
119119
~~~
120120
121-
1. Drop the reader VC:
121+
1. Drop the reader VC on the readonly tenant:
122122
123123
{% include_cached copy-clipboard.html %}
124124
~~~ sql
125-
DROP VIRTUAL CLUSTER <readervc-name>;
125+
DROP VIRTUAL CLUSTER <application-vc-readonly>;
126126
~~~
127127
128-
1. On the standby cluster, re-create the reader VC:
128+
1. On the standby cluster, re-create the reader VC from the standby cluster's replicating main VC.
129129

130130
{% include_cached copy-clipboard.html %}
131131
~~~ sql
132-
ALTER VIRTUAL CLUSTER <readervc-name> SET REPLICATION READ VIRTUAL CLUSTER;
132+
ALTER VIRTUAL CLUSTER <application-vc-main> SET REPLICATION READ VIRTUAL CLUSTER;
133133
~~~
134134

135-
At this point, the reader VC is on the same version as the standby cluster.
135+
At this point, the reader VC is on the same version as the replicating main VC on the standby cluster.
136136

137137
## Failover and fast failback during upgrade
138138

139139
If needed, you can perform a [failover]({% link {{ page.version.version }}/failover-replication.md %}) while upgrading your clusters.
140140

141-
However, after performing a failover you cannot perform a [fast failback]({% link {{ page.version.version }}/failover-replication.md %}#failback) to the original primary cluster while the standby cluster version is newer than the primary cluster version. This is because you cannot replicate data from a cluster on a newer version to a cluster on an older version.
141+
However, after performing a failover you cannot perform a [fast failback]({% link {{ page.version.version }}/failover-replication.md %}#failback) to the original primary cluster while the standby cluster version is newer than the primary cluster version. This is because you cannot replicate data from a cluster on a newer version to a cluster on an older version.

0 commit comments

Comments
 (0)