You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Try to insert some record into mysql (to any table)
297
298
- Check that this record appears in ClickHouse
298
299
299
-
**Known Limitations**
300
+
#### Known Limitations
300
301
1. Migrations not supported during initial replication. You should either wait for initial replication finish and then apply migrations, or restart initial replication from scratch (by removing state file).
301
302
2. Primary key changes not supported. This is a ClickHouse level limitation, it does not allow to make any changes realted to primary key.
302
303
3. Tables without a primary key are not supported.
@@ -313,6 +314,7 @@ Here is the checklist for production. Please read it carefully and confirm every
313
314
314
315
- [ ] No manual changes are made directly to ClickHouse databases or tables. All modifications (indexes, table settings, etc.) must be applied as overrides in the `mysql_ch_replicator` `config.yaml`.
315
316
- [ ] All MySQL migrations undergo either CI/CD or manual testing before deployment. No migration is applied to production without being tested. The tests verify that replication continues to work correctly and that new records are successfully replicated from MySQL to ClickHouse after the migration.
317
+
- [ ] Read and acknowledged [known limitations](#known-limitations).
0 commit comments