Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Automatic mode is recommended for all new DR configurations. When possible, you

Automatic mode is used for any xCluster DR configuration when the following pre-requisites are met at setup time:

- Both DR primary and replica are running YugabyteDB {{<release "2025.1.0">}} or later.
- Both DR primary and replica are running YugabyteDB {{<release "2025.1.1">}} or later.
- Automatic mode is enabled. While in {{<tags/feature/ea idea="2089">}}, the feature is not enabled by default. To enable it, set the **Automatic mode for xCluster** Global runtime configuration option (config key `yb.xcluster.db_scoped.automatic_ddl.creationEnabled`) to true. Refer to [Manage runtime configuration settings](../../administer-yugabyte-platform/manage-runtime-config/). Note that only a Super Admin user can modify Global runtime configuration settings.
- Semi-automatic mode is enabled. Semi-automatic mode is enabled by default, and set using the **DB scoped xCluster replication creation** Global Runtime Configuration option (config key `yb.xcluster.db_scoped.creationEnabled`).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,7 @@ DDL operations must only be performed on the Primary universe. All schema change

{{% tab header="Semi-automatic mode" lang="semi-automatic-mode" %}}

For each DDL statement:

1. Execute the DDL on the DR primary, waiting for it to complete.
1. Execute the DDL on the DR replica, waiting for it to complete.

After both steps are complete, the YugabyteDB Anywhere UI should reflect any added/removed tables in the Tables listing for this DR configuration.
DDL operations must only be performed on the Primary universe. All schema changes are automatically replicated to the Standby universe.

{{% /tab %}}

Expand Down