|
pgloader
free CLI loader
|
- pgloader only loads into PostgreSQL (from MySQL, SQLite, MS SQL, dBase, CSV). |
Wrong direction - does not migrate PostgreSQL → MySQL. |
|
MySQL Workbench Migration Wizard
free Oracle GUI
|
One-time small-to-medium moves when you already use MySQL Workbench and connect to PostgreSQL via the system ODBC driver. |
Unsupported PostgreSQL types need manual fixes; no scheduled sync, no reverse direction. |
pg_dump + manual MySQL load
native CLI
|
Scripted or repeatable command-line workflows when the team is comfortable hand-editing the dump and writing MySQL DDL for the unsupported parts. |
No GUI, no scheduled sync, no type-mapping review - schema cleanup, type decisions, and validation stay on the team. |
|
Online SQL converters
ChartDB, CodeConvert AI
|
Quick syntax checks on a few DDL statements. |
Not a fit for production data, live database connections, index / foreign-key recreation, or repeat runs. |
|
AWS SCT + AWS DMS
log-based CDC, AWS-native
|
Target is Amazon RDS / Aurora MySQL and the rest of the stack lives in AWS. SCT handles schema assessment, DMS handles full-load + ongoing replication. |
Coupled to AWS endpoints and AWS billing; not useful when the target is outside AWS. |
|
DBConvert / DBSync
commercial GUI + sync
|
Visual wizard, object selection, mapped schema + data transfer, PostgreSQL and MySQL cloud endpoints on both sides, optional DBSync to keep both sides aligned after the first move. |
Commercial license; desktop tool (Windows). For continuous log-based CDC, use DBConvert Streams instead. |
|
DBConvert Streams
log-based CDC, runs anywhere
|
Continuous PostgreSQL ↔ MySQL replication when PostgreSQL must stay live until cut-over. 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. |