forked from docs/doc-exports
Reviewed-by: Rechenburg, Matthias <matthias.rechenburg@t-systems.com> Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Xiong, Chen Xiao <chenxiaoxiong@huawei.com> Co-committed-by: Xiong, Chen Xiao <chenxiaoxiong@huawei.com>
1.7 KiB
1.7 KiB
Can I Synchronize Jobs to Other Clusters?
CDM does not support direct job migration across clusters. However, you can use the batch job import and export function to indirectly implement cross-cluster migration as follows:
- Export all jobs from CDM cluster 1 and save the jobs' JSON files to a local PC.
For security purposes, no link password is exported when CDM exports jobs. All passwords are replaced by Add password here.
- Edit each JSON file on the local PC by replacing Add password here with the actual password of the corresponding link.
- Import the edited JSON files to CDM cluster 2 in batches to implement job migration between cluster 1 and cluster 2.
Parent topic: Functions