couchbase-cli
couchbase-cli copied to clipboard
Fixed add_active_repository - modified name of cloud region and added…
Fixed bug with being unable to add new active backup repository via couchbase-cli. It seems like staging directory was not passed to REST API call body, it implied 400 error, saying that cloud directory must be supplied. Moreover passing cloud credentials region was incorrect, REST API was expecting "cloud_region" parameter, "cloud_credentials_region" was passed instead.