This release candidate comes with few bug fixes and few usability improvements.
Previously when adding a table with a replicated DDL having an unique key, the table's creation failed because of the fields were
set as NULLable . Now the command works properly.
The system now checks if the MySQL configuration allows the replica when initialising or refreshing replicated entities.
A new class rollbar_notifier
was added in order to simplyfi the message management within the source and engine classes.
Now the commands init_replica,refresh_schema,sync_tables
send an info notification to rollbar when they complete successfully or
an error if they don't.
The command sync_tables
now allows the special name --tables disabled
to have all the tables with replica disabled
re synchronised at once.
Changelog from v2.0beta1
- Fix for issue #52, When adding a unique key the table's creation fails because of the NULLable field
- Add check for the MySQL configuration when initialising or refreshing replicated entities
- Add class rollbar_notifier for simpler message management
- Add end of init_replica,refresh_schema,sync_tables notification to rollbar
- Allow
--tables disabled
when syncing the tables to re synchronise all the tables excluded from the replica