Prerequisite tools for backup operations¶
Backup operations can be executed from any macOS or GNU/Linux machine that has enough space to store the backup files. Ensure the following tools are installed on the host where the backup will be created:
The following table describes details of the backup tools.
| ツール | バージョン | ドキュメンテーション | 備考 |
|---|---|---|---|
| Helm | V1.23 or later | Helm Installation Guide | helm must be configured to access the Kubernetes cluster where the DataRobot application is running. Verify the configuration, for examplehelm status dr -n <your-datarobot-namespace>, replacing <your-datarobot-namespace> with your actual DataRobot namespace. |
| jq | 最新バージョン | jq download page | |
| kubectl | V1.23 or later | Kubernetes Tools Documentation | kubectl must be configured to access the Kubernetes cluster where the DataRobot application is running. Verify the configuration with the kubectl cluster-info command. |
| pg_dump | V12.x | PostgreSQL Downloads | |
| mongodump | V100.6.` or a compatible version | MongoDB Database Tools Documentation |