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
feature(manager): extend sctool restore task with dc-mapping flag
To run a restore task for multiDC cluster with EaR enabled (otherwise
fails #1), the special flag has been introduced in Manager (#2) to map
backed up DC with DC under restore, for example,
sctool restore ... --dc-mapping dc1=dc1,dc2=dc2
The change introduces this new flag into `create_restore_task` method
and makes sure that if Scylla cluster has more than 1 datacenter - the
restore task will be triggered with this flag applied.
refs:
1. scylladb/scylla-manager#3871
2. scylladb/scylla-manager#4213
0 commit comments