Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. Variables 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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement