Hello here, what would you advise me as a backup/r...
# general
m
Hello here, what would you advise me as a backup/restore procedure please ? The main goal is to reproduce prod context in an other env for debug purpose.
i've tried the hard way, copy : - data segments/index from each servers - last snap from one zookeeper server It's alive in the new pinot but the db in use is not named as the restored one. I can see both in zookeeper browser and i guess finally i need just few tables like : EXTERNALVIEW, IDEALSTATES, PROPERTYSTORE and not INSTANCES as example. 🤔
x
if your instances names are same, e.g. in k8s, then you should backup/restore `IDEALSTATES, PROPERTYSTORE, INSTANCES`as well.
If instances name changed, then you need to map the instance names or just start the cluster then do rebalance (
IDEALSTATES
and
PROPERTYSTORE
are always required)
m
Hi, first thanks for your advises and sorry for the lag, i was off few days. I've restored znodes IDEALSTATES & PROPERTYSTORE but now there is an other problem before rebalance. Prod context was a cluster, the new is a standalone in an other namespace. Do you know a tool/way to update each instance_name in data ?