Skip to content
On this page

DBConvert Streams releases.

Version 0.7.0

📆 May 15, 2023

Release Notes:

  • Added "Convert" mode for MySQL and Postgres sources. In conversion mode, data is read directly from the tables of the source database. It is now mandatory to specify the mode parameter in the source section of a stream configuration. Read more about conversion mode here.
  • Updated the stream configuration to make the "Filter" section optional. If no filters are specified or the section is left empty, DBConvert Streams will automatically monitor all tables in CDC mode and convert all tables in "convert" mode.
  • Added conversion examples to public github repository.
  • Added capability to convert multiple tables in parallel between source and target databases.

Bug fixes:

  • Fixed a bug that caused data to be potentially received before the corresponding table was created on the target.

Latest binaries are available at :

Operating SystemArchitectureLink
LinuxAMD64Download
Mac OS XAMD64Download
WindowsAMD64Download
LinuxARM64Download

Version 0.5.2

📆 January 12, 2023

Release Notes:

Choose the appropriate archive for your platform from the table with links below.

Operating SystemArchitectureSizeLink
LinuxAMD6415.14 MBDownload
Mac OS XAMD6415.77 MBDownload
WindowsAMD6415.3 MBDownload
LinuxARM6413.75 MBDownload

Version 0.5.1

📆 December 18, 2022

Maintaining database consistency in today's distributed systems has become more complex than it used to be in legacy applications.
The best way to speed up the data replication process is to combine multiple INSERT statements from the source database into groups and send them to the destinations concurrently.

There have been test cases with Postgres databases where the INSERT batches arrive before the table is actually created on the target. To avoid such situations, all table structures on destinations are now always created before any INSERT, UPDATE and DELETE statements.

A sample docker-compose file for starting DBConvert Streams.

Or binaries for different OS are available, choose the one suitable for your platform from the links below.

Operating SystemArchitectureSizeLink
LinuxAMD6415.13 MBDownload
Mac OS XAMD6415.76 MBDownload
WindowsAMD6415.3 MBDownload
LinuxARM6413.75 MBDownload

Version 0.5.0

📆 November 22, 2022

We are excited to announce the release of DBConvert Streams 0.5.0! This if the first public release of DBS that replicates data between MySQL and PostgreSQL.

The easiest way to get started with DBConvert Streams is to use the docker-compose configuration file.

If you prefer install binaries, choose the right release archive for your platform from the download links below.

Operating SystemArchitectureSizeLink
LinuxAMD6415.1 MBDownload
Mac OS XAMD6415.8 MBDownload
WindowsAMD6415.3 MBDownload
LinuxARM6413.7 MBDownload

DBConvert Streams - event driven replication for databases