|
pgloader
free CLI loader
|
Technical evaluation and one-off scripted loads into PostgreSQL. |
No GUI review, no reverse direction, no repeat jobs, no scheduled sync. |
|
Online SQL converters
|
Small DDL snippets and quick syntax checks. |
Not a safe place to paste production data; no live database connection, keys, sequences, or repeatable sync. |
|
Schema-diff and migration frameworks
Flyway, Liquibase, ORM
|
After the application already has a PostgreSQL model — for ongoing schema evolution. |
Does not replace the initial copy from MySQL production. |
|
AWS DMS
log-based CDC, AWS-native
|
Target is Amazon RDS / Aurora and the rest of the stack already lives in AWS. Native cloud path, nothing to install. |
Coupled to AWS endpoints and AWS billing; not useful when the target is outside AWS. |
|
DBConvert / DBSync
commercial GUI + sync
|
Visual wizard with object selection, mapped schema + data transfer to MySQL and PostgreSQL cloud endpoints, and optional DBSync jobs during a staged cut-over. |
Commercial license; desktop tool (Windows). For continuous log-based CDC, use DBConvert Streams instead. |
|
DBConvert Streams
log-based CDC, runs anywhere
|
Continuous MySQL ↔ PostgreSQL replication when the source must stay live until cut-over and scheduled desktop sync is not enough. Choose over AWS DMS when the pair is outside AWS or you want a focused CDC tool. |
Commercial license; separate product from the DBConvert desktop suite. |