Migrating From MariaDB RDS to MariaDB Cloud
Guide for migrating from MariaDB RDS to MariaDB Cloud using AWS Database Migration Service (DMS).
Phase 1: Preparing Your Source and Target Environments
1
Source AWS MariaDB RDS Configuration

MariaDB [(none)]> SHOW VARIABLES LIKE 'net%';
+-------------------+-------+
| Variable_name | Value |
+-------------------+-------+
| net_buffer_length | 16384 |
| net_read_timeout | 30 |
| net_retry_count | 10 |
| net_write_timeout | 60 |
+-------------------+-------+
MariaDB [(none)]> SHOW VARIABLES LIKE 'binlog_format';
+---------------+-------+
| Variable_name | Value |
+---------------+-------+
| binlog_format | ROW |
+---------------+-------+Phase 2: Provisioning the AWS DMS Networking and Compute


Phase 3: Migrating Schema Definitions and Secondary Objects
Phase 4: Configuring Migration Endpoints and Sync Tasks
Source Endpoint (RDS)


Target Endpoint (MariaDB Cloud)


Create the DMS Migration Task
Phase 5: Live Replication, Target Cutover, and Decommissioning

Phase 6 (Optional): Reverse Replication
Last updated
Was this helpful?


