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.
Mathieu Alexandre
10/28/2022, 3:00 PM
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
Xiang Fu
10/29/2022, 6:26 AM
if your instances names are same, e.g. in k8s, then you should backup/restore `IDEALSTATES, PROPERTYSTORE, INSTANCES`as well.
Xiang Fu
10/29/2022, 6:28 AM
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
Mathieu Alexandre
11/03/2022, 9:47 AM
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 ?