title: Pre-requisites tools to be installed description: Prerequisites:
This operation can be executed from the any macOS or GNU\Linux machine that has enough space to store the backup.
Pre-requisites tools to be installed¶
前提条件¶
- Utility helm of version 1.23 is installed on the host where backup will be created
- Utility
helmis configured to access the Kubernetes cluster where DataRobot application is running, verify this withhelm status drcommand. - Utility jq is installed
- Utility kubectl of version 1.23 is installed on the host where backup will be created
- Utility
kubectlis configured to access the Kubernetes cluster where DataRobot application is running, verify this withkubectl cluster-infocommand. - Utility pg_restore
- DataRobot 11.0: Please use version 12 of pg_restore on the host where the backup will be created.
- DataRobot 11.1 or newer: Please use version 14 of pg_restore on the host where the backup will be created.
- Utility mongorestore of version 100.6.0 is installed on the host where backup will be created
This script cleans up databases before restore. Please follow the rest of the documentations for restore other than pgsql and mongo. Please note: Restore secrets before running this script
使用状況¶
Copy the script from datarobot-oss repo, please make sure to pass DR_NAMESPACE value as argument and the BACKUP_LOCATION where the backups are stored