pg_chameleon 2.0.19

Posted on 2023-03-28 by Federico Campoli
Related Open Source

The long overdue release of pg_chameleon is now out. Version 2.0.19 adds the following improvements and bugfixes.

Support for fillfactor when running init_replica. It’s now possible to specify the fillfactor for the tables when running init_replica in order to mitigate bloat in advance when replicating/migrating from MySQL.

Improve logging on discarded rows, now the discarded row image is displayed in the log.

Add distinct on group concat when collecting foreign keys metadata to avoid duplicate fields in the foreign key definition when detaching the replica.

Use mysql-replication>=0.31, this fix the crash when replicating from MariaDB introduced in mysql-replication 0.27