From:       To:      

Home > Documentation > MySQL to PostgreSQL

MySQL to PostgreSQL Tutorial

The process of database migration from MySQL, MariaDB or Percona to PostgreSQL consists of the following steps:

  1. Select Conversion Mode
  2. Connect to MySQL
  3. Connect to PostgreSQL
  4. Select Databases
  5. Select Tables
  6. Select Views

 

RELATED TOPICS