vesoft-inc / nebula-br

Backup and restore utility for Nebula Graph
Apache License 2.0
15 stars 11 forks source link

if the backup hosts key is different, should add host #31

Closed HarrisChu closed 1 year ago

HarrisChu commented 2 years ago

currently, if backup with storage A, B,C and then restore in storage D,E,F. after restore successfully, user should do:

  1. add hosts D,E,F.
  2. drop hosts A,B,C

a little confused for users.

Could we compare the __hosts__ key in meta, if they are different, invoke meta interface directly?

HarrisChu commented 2 years ago

it may be not easy to read key directly because it should include rocksdb share library.

how about just read from meta?

kqzh commented 1 year ago

nebula-br don't support restore with cross cluster now