Rehash after restore data

Hi everyone. I have the next question.
Is there a way to rehash bucket’s data after restore it in couchbase?.. Supose I’ve backed up a bucket’s data from a Windows instance and restore it to a Linux instance but without rehash flag setted on both sides. What kind of issues could I have in that scenario?.. Could I rehash the restored data in some way?
Thanks

I think that both Windows and Linux use the same number of vBuckets (1024), so rebash shouldn’t be necessary when restoring one from the other.

(More commonly it is needed when either the source or destination is macOS; which has 64 vBuckets by default).

Hi @drigby. Thanks for you response. I now understand when it is useful.