Skip to content

Back up configuration

Normally, all DataRobot platform configuration is in the values.yaml files that you use to install DataRobot from the Helm charts. To move the configuration to a new cluster, use these files while installing the new cluster.

Back up DataRobot platform configuration

備考

You must fulfill the prerequisites before proceeding.

Export configuration for DataRobot chart from the running cluster:

helm -n ${NAMESPACE} get values dr > ${BACKUP_LOCATION}/dr_values.yaml 

Back up persistent critical services configuration

備考

This step is required for installations on 9.x through 10.x.

Export configuration for PCS chart:

helm -n ${NAMESPACE} get values pcs > ${BACKUP_LOCATION}/pcs_values.yaml