Migrate a MySQL to PostgreSQL | sqlite to PostgreSQL | pgLoader

preview_player
Показать описание
Migrate a MySQL Database to PostgreSQL Using pgLoader #mysql_to_postgresql #mysql_pgloader #sqlite_to_postgresql
Рекомендации по теме
Комментарии
Автор

pgloader works fine if you compile from source on version 3.6.9 (tested on Ubuntu 22)
MySQL directly to Postgres.

The key reason to broke the program is to customize to much the configurations like parallel workers and chunks.
So try to use it with default configurations.

The other reason is the character sets differences between MySQL and Postgres.
So before trying to migrate the data, first treat and normalize data on the source.

The last but not the least. Use a easy GUI tool like Navicat or DBeaver CE, to migrate the database structure.
And let pgloader only migrate data.

It works fine for me about 30GB of data in a single table.

RenanBenedicto
Автор

Hm, still very confused on how to use pgloader. Still trying to use pgloader on Windows Sub system for Linux so I can turn my .sqlite file into a postgres database locally. Have the psql server running I just need to populate with data from the sqlite file and just very confused.

lachlanmoore
Автор

hi dear
can yu share step by step
source with destionation

chandrashekharsingh