Simplified Database migration from RDS PostgreSQL to YugabyteDB using voyager
" YugabyteDB Voyager ” is a migration tool from Yugabyte that powers you to perform offline/online migration with fall-forward and fall-back options from your on-premise/public cloud to YugabyteDB. I have recently tested one of the scenario in my local environment, where source database is RDS PostgreSQL and target database is YugabyteDB which is running on ec2 cluster. sharing step-by-step procedures which I have followed referring below document : https://docs.yugabyte.com/preview/yugabyte-voyager/migrate/live-fall-back/ . Step -1. Install yugabytedb voyager on intermediate server which have connectivity from/to source and target databases Step -2. Prepare Source and Target database for online migration Step -3. Run Voyager Assessment to validate the configuration Step -4. Run export schema from source database Step -5. Analyze the schema Step -6. Import the schema to target database Step -7. Export the data from source with snapshot and changes enabled ...