DATABASES Signal 205
PostgreSQL Migrator 1.0 : first stable release
Illustration only Photo by Benjamin Child on Unsplash
Dalibo released PostgreSQL Migrator 1.0 stable, a free open-source tool for migrating Oracle and MySQL/MariaDB databases to PostgreSQL, featuring offline inspection and streamed data copy.
Migrating from Oracle or MySQL to PostgreSQL is complex and risky. PostgreSQL Migrator 1.0 offers a free, open-source path with offline catalog inspection and automated conversion, potentially reducing migration effort. Its support for a wide range of source versions and PostgreSQL targets makes it a practical option for many teams.
Written by elseif from the cluster below · every claim links back to a sourceThe three things worth knowing
PostgreSQL Migrator 1.0 supports Oracle 11g to 26ai, MySQL 8.4+, and MariaDB 10+ as sources, targeting PostgreSQL 16 to 19.
The tool is a pure Go binary with no proprietary dependencies and includes an interactive web UI for browsing original and converted catalogs.
Version 1.0 conversion is limited to roles, schemas, sequences, tables, virtual columns, constraints, and indexes, with views and procedural objects planned.
THE CLUSTER