Tech

MySQL to PostgreSQL Migration via Pgloader

Database migration between different DBMS is requires a lot of time and efforts especially when they are such powerful and complicated as MySQL and PostgreSQL. This article explores approaches to database migration from MySQL to PostgreSQL. Some forks of MySQL (for example MariaDB v10.2) can export database into PostgreSQL compatible script. This is the most […]