Skip to content

Commit 82aa092

Browse files
authored
Update README.md
1 parent ed7987a commit 82aa092

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,10 @@ tables: ['table_1', 'table_2*']
271271
- Try to insert some record into mysql (to any table)
272272
- Check that this record appears in ClickHouse
273273

274+
**Known Limitations**
275+
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).
276+
2. Primary key changes not supported. This is a ClickHouse level limitation, it does not allow to make any changes realted to primary key.
277+
274278
#### Recovery Without Downtime
275279

276280
In case of a failure or during the initial replication, `mysql_ch_replicator` will preserve old data and continue syncing new data seamlessly. You could remove the state and restart replication from scratch.

0 commit comments

Comments
 (0)