-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(bucket-locations): add templating to
backup_bucket_location
since now we are doing backup/restore in the test region and `backup_bucket_region` was remove. the code for this configuration need to be templated as it was done for restore nemesis otherwise we fail like the following: ``` 23:22:43 Command: 'sudo sctool backup -c a05d9ea2-312c-4c8d-99b0-9f9b57e8cbde --keyspace scylla_bench,keyspace1 --location s3:manager-backup-tests-us-east-1 ' 23:22:43 Exit code: 1 23:22:43 Stdout: 23:22:43 Stderr: 23:22:43 Error: create backup target: location is not accessible 23:22:43 10.4.2.70: agent [HTTP 400] operation put: s3 upload: 301 Moved Permanently: The bucket you are attempting to access must be addressed using the specified endpoint. Please send all future requests to this endpoint. (code:PermanentRedirect) - make sure the location is correct and credentials are set, to debug SSH to 10.4.2.70 and run "scylla-manager-agent check-location -L s3:manager-backup-tests-us-east-1 --debug" 23:22:43 Trace ID: DXvyKGPjQMKUCkJpyxlKCQ (grep in scylla-manager logs) ``` (cherry picked from commit fe55645)
- Loading branch information
Showing
4 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters