migration mysql to postgres (pgloader)

LOAD DATABASE FROM mysql://root@localhost/mysq_db_name INTO postgresql://postgres@localhost/target_postgres_db_name WITH include drop, create tables, create indexes, reset sequences;
simple script to migrate everything from mysql database schema to a database in postgres (it will migrate everything to public schema in postgre).

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.