November 2019
Beginner to intermediate
470 pages
11h 59m
English
One way to move from MySQL/MariaDB to PostgreSQL is to use Federico Campoli's tool called pg_chameleon, which can be downloaded for free from GitHub (https://github.com/the4thdoctor/pg_chameleon). It has been explicitly designed to replicate data to PostgreSQL and does a lot of work, such as converting the schema for us.
Basically, the tool performs the following four steps:
The pg_chameleon tool provides basic support for DDLs such as CREATE, DROP, ALTER TABLE, and ...