Configuring Outbound Replication from DB System to External Replica
A replication channel is configured on the replica, so when you use an external MySQL instance as the replica, you configure the replication channel by running commands on that server. You do not need to define the channel inHeatWave Service.
Using a Command-Line Client
Use a command-line client such as MySQL Client or MySQL Shell to configure outbound replication from a DB system to an external replica.
This task requires the following:
- A correctly configured MySQL instance to be the replica. See Replica Configuration.
- An imported copy of the source DB system's data and users in the replica MySQL instance. See Exporting Source Instance to Object Storage and Importing from Object Storage to Replica.
- A replication user account on the DB system source server, which the replica uses to connect to it. See Creating a Replication User On a Source Server.
- A command-line client such as MySQL Client or MySQL Shell.
Do the following to configure outbound replication from a source DB system to
an external replica:
Related Topics