Nandy
11/14/2023, 7:10 AMvroldanbet
11/14/2023, 8:53 AMzed
backup and restore functionality, in combination with the Watch API:
- zed backup
origin cluster
- zed restore
target cluster
- use Watch API
to replicate changes from one system to the other, using the zedtoken provided by zed backup
as the moment in time to start replicating. Please note no new schema changes can take place - watch API does not stream schema changes.
If downtime is feasible, then just using zed backup and restore should suffice.vroldanbet
11/14/2023, 8:54 AM