You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/current/v25.4/upgrade-with-pcr.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,31 +111,31 @@ To upgrade your primary and standby clusters:
111
111
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:
112
112
113
113
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:
115
115
116
116
{% include_cached copy-clipboard.html %}
117
117
~~~ sql
118
-
ALTER VIRTUAL CLUSTER <readervc-name> STOP SERVICE;
118
+
ALTER VIRTUAL CLUSTER <application-vc-readonly> STOP SERVICE;
119
119
~~~
120
120
121
-
1. Drop the reader VC:
121
+
1. Drop the reader VC on the readonly tenant:
122
122
123
123
{% include_cached copy-clipboard.html %}
124
124
~~~ sql
125
-
DROP VIRTUAL CLUSTER <readervc-name>;
125
+
DROP VIRTUAL CLUSTER <application-vc-readonly>;
126
126
~~~
127
127
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.
129
129
130
130
{% include_cached copy-clipboard.html %}
131
131
~~~ sql
132
-
ALTER VIRTUAL CLUSTER <readervc-name> SET REPLICATION READ VIRTUAL CLUSTER;
132
+
ALTER VIRTUAL CLUSTER <application-vc-main> SET REPLICATION READ VIRTUAL CLUSTER;
133
133
~~~
134
134
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.
136
136
137
137
## Failover and fast failback during upgrade
138
138
139
139
If needed, you can perform a [failover]({% link {{ page.version.version }}/failover-replication.md %}) while upgrading your clusters.
140
140
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.
Copy file name to clipboardExpand all lines: src/current/v26.1/upgrade-with-pcr.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,31 +111,31 @@ To upgrade your primary and standby clusters:
111
111
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:
112
112
113
113
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:
115
115
116
116
{% include_cached copy-clipboard.html %}
117
117
~~~ sql
118
-
ALTER VIRTUAL CLUSTER <readervc-name> STOP SERVICE;
118
+
ALTER VIRTUAL CLUSTER <application-vc-readonly> STOP SERVICE;
119
119
~~~
120
120
121
-
1. Drop the reader VC:
121
+
1. Drop the reader VC on the readonly tenant:
122
122
123
123
{% include_cached copy-clipboard.html %}
124
124
~~~ sql
125
-
DROP VIRTUAL CLUSTER <readervc-name>;
125
+
DROP VIRTUAL CLUSTER <application-vc-readonly>;
126
126
~~~
127
127
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.
129
129
130
130
{% include_cached copy-clipboard.html %}
131
131
~~~ sql
132
-
ALTER VIRTUAL CLUSTER <readervc-name> SET REPLICATION READ VIRTUAL CLUSTER;
132
+
ALTER VIRTUAL CLUSTER <application-vc-main> SET REPLICATION READ VIRTUAL CLUSTER;
133
133
~~~
134
134
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.
136
136
137
137
## Failover and fast failback during upgrade
138
138
139
139
If needed, you can perform a [failover]({% link {{ page.version.version }}/failover-replication.md %}) while upgrading your clusters.
140
140
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.
Copy file name to clipboardExpand all lines: src/current/v26.2/upgrade-with-pcr.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,31 +111,31 @@ To upgrade your primary and standby clusters:
111
111
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:
112
112
113
113
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:
115
115
116
116
{% include_cached copy-clipboard.html %}
117
117
~~~ sql
118
-
ALTER VIRTUAL CLUSTER <readervc-name> STOP SERVICE;
118
+
ALTER VIRTUAL CLUSTER <application-vc-readonly> STOP SERVICE;
119
119
~~~
120
120
121
-
1. Drop the reader VC:
121
+
1. Drop the reader VC on the readonly tenant:
122
122
123
123
{% include_cached copy-clipboard.html %}
124
124
~~~ sql
125
-
DROP VIRTUAL CLUSTER <readervc-name>;
125
+
DROP VIRTUAL CLUSTER <application-vc-readonly>;
126
126
~~~
127
127
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.
129
129
130
130
{% include_cached copy-clipboard.html %}
131
131
~~~ sql
132
-
ALTER VIRTUAL CLUSTER <readervc-name> SET REPLICATION READ VIRTUAL CLUSTER;
132
+
ALTER VIRTUAL CLUSTER <application-vc-main> SET REPLICATION READ VIRTUAL CLUSTER;
133
133
~~~
134
134
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.
136
136
137
137
## Failover and fast failback during upgrade
138
138
139
139
If needed, you can perform a [failover]({% link {{ page.version.version }}/failover-replication.md %}) while upgrading your clusters.
140
140
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