Releases: bakwc/mysql_ch_replicator
Releases · bakwc/mysql_ch_replicator
0.0.19
0.0.18
0.0.17
What's Changed
- Prevent binlog removal during initial replication by @bakwc in #5
- Tables and databases flexible filtering by @bakwc in #6
Now possible to use a list of databases / tables, e.g.:
databases: ['my_database_1', 'my_database_2']
tables: ['table_1', 'table_2*']
Previous syntax (with single database) also supported.
Full Changelog: 0.0.16...0.0.17
0.0.16
What's Changed
- Skip filtered databases by @bakwc in #4
- Use random server_id instead of the fixed one
Full Changelog: 0.0.15...0.0.16
0.0.15
0.0.14
- Command for one-time data copy
- Fixed replication of strings / large JSON
- Added tests as github workflow
Full Changelog: 0.0.13...0.0.14