DBReplicator version 2.2.4 is released! This version includes many small tweaks to fix user-submitted errors, and a few performance enhancements deemed necessary after field testing. Specifically, snapshot creation on the publisher is now MUCH faster with large datasets.
Changes include:
- Fix building on jdk6
- Improve memory handling when creating snapshot xml file. This removes the limit on the size of the dataset
- updated many of the javadoc comments, and added javadoc build routines.
- fixes for MYSQL create publication bug. Removed the uppercase stuff from mysql code.
- Tested and working with Postgres 8.2/8.3. A few fixes to make that possible.
Also, DBReplicator is now tested on datasets greater than 5 million records, and 20 subscribers to one publisher. It is being used in production environments, at least for PostgreSQL-PostgreSQL replication.
Many thanks.

