· 6 years ago · Feb 21, 2019, 10:54 AM
1Variables used below:
2
3- `$compose_endpoint:$compose_port`: the hostname/port combination used to talk to the Compose deployment
4- `$icd_endpoint:$icd_port`: the hostname/port combination used to talk to IBM Cloud Databases
5- `$compose_username:$compose_password`: the username/password combination used to authenticate against the Compose deployment
6- `$icd_username:$icd_password`: the username/password combination used to authenticate against IBM Cloud Databases
7- `$bucket_name`: the name of the bucket we're going to use
8- `$path_to_snapshot_folder`: the base path inside the bucket where we want to write all snapshot data. Make sure there's no leading slash (e.g: `folder1/folder2`, not `/folder1/folder2`)
9- `$access_key`: the IBM Cloud Object Storage/S3 repo access key
10- `$secret_key`: the IBM Cloud Object Storage/S3 repo secret key
11- `$storage_service_endpoint`: the IBM Cloud Object Storage/S3 endpoint hostname
12- `$CURL_CA_BUNDLE`: path to a file containing the SSL client certificate used to connect to your Databases for Elasticsearch