-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[DOC-1047] xCluster DR version and automatic mode updates #29187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
095c2e8
5a685ff
88a2390
2b18292
6209d68
671397f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -34,6 +34,14 @@ For each DDL statement: | |
|
|
||
| After both steps are complete, the YugabyteDB Anywhere UI should reflect any added/removed tables in the Tables listing for this DR configuration. | ||
|
|
||
| In addition, keep in mind the following: | ||
|
|
||
| - If you are using Colocated tables, you CREATE TABLE on DR primary, then CREATE TABLE on DR replica making sure that you force the Colocation ID to be identical to that on DR primary. | ||
| - If you try to make a DDL change on DR primary and it fails, you must also make the same attempt on DR replica and get the same failure. | ||
| - TRUNCATE TABLE is not supported. To truncate a table, pause replication, truncate the table on both primary and standby, and resume replication. | ||
|
|
||
| Use the following guidance when managing tables and indexes in universes with DR configured. | ||
|
|
||
| {{% /tab %}} | ||
|
|
||
| {{% tab header="Manual mode" lang="manual-mode" %}} | ||
|
|
@@ -51,10 +59,6 @@ You should perform these actions in a specific order, depending on whether perfo | |
| | ALTER TABLE<br>ADD CONSTRAINT UNIQUE | Execute on Primary | Execute on Replica | [Reconcile configuration](#reconcile-configuration) | | ||
| | ALTER TABLE<br>DROP CONSTRAINT<br>(unique constraints only) | Execute on Replica | Execute on Primary | [Reconcile configuration](#reconcile-configuration) | | ||
|
|
||
| {{% /tab %}} | ||
|
|
||
| {{</tabpane >}} | ||
|
|
||
| In addition, keep in mind the following: | ||
|
|
||
| - If you are using Colocated tables, you CREATE TABLE on DR primary, then CREATE TABLE on DR replica making sure that you force the Colocation ID to be identical to that on DR primary. | ||
|
|
@@ -63,6 +67,10 @@ In addition, keep in mind the following: | |
|
|
||
| Use the following guidance when managing tables and indexes in universes with DR configured. | ||
aishwarya24 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| {{% /tab %}} | ||
|
|
||
| {{</tabpane >}} | ||
|
|
||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. None of the below (Tables, Indexes, .....) apply to Automatic or Semi-Automatic mode. This entire doc needs to be updated
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Lets remove it all, and also remove manual mode.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We cannot remove the manual doc. there are customers using that mode and we also need them for bidirectional setup and management.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. BiDirectional should NOT be in the DR section.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. my bad, this is DR only and we don't have bidirectional for DR |
||
| ## Tables | ||
|
|
||
| Note: If you are performing application upgrades involving both adding and dropping tables, perform the upgrade in two parts: first add tables, then drop tables. | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.