When I call fdbrestore with `–keys ‘\x025 \x025\xff’ --remove-prefix ‘\x025’ I get the following failure:
Assertion restoreRange.begin.startsWith(removePrefix) && restoreRange.end.startsWith(removePrefix)
What am I doing incorrectly here? For context what I want to do is restore all of the data from a backup of cluster1 stored under a particular directory (i.e. with the prefix \x025) and remove the prefix before restoring it to a different cluster2 that has a different prefix associated with that same directory.