...
Configuration Database Backup
Use the Backup script to backup the configuration database to an S3 bucket.
Execute the script with appropriate permissions to ensure successful backup. You will need aws cli, kubectl and bash shell to run the above script. In addition, the above script assumes you have setup the kubectl cluster context and aws credentials.
...
Create New Kloudfuse Cluster
Follow the Installation instructions to create a new Kloudfuse cluster.
Ensure that the new cluster configuration is similar to the one you had backed up previously.
...
Use the deepstore rehydration process to upload the Pinot segments from the previous cluster.
Refer to the documentation at Rehydration of Segments from Deepstore for detailed instructions on this process.
Restore Configuration Database
Utilize the Restore script to restore the configuration database from the S3 bucket.
Ensure you have the necessary permissions and access to the S3 bucket containing the backup.
...