Getting this error when restoring from S3.
rmccarthy-ellevation opened this issue · 5 comments
rmccarthy-ellevation commented
Getting this error when restoring from S3.
ysde commented
tommyjcarpenter commented
acjohnson commented
@tommyjcarpenter if this is the error you are getting then it means that the value of s3_bucket_key
in your ~/.grafana-backup.json
doesn't exist within the actual s3 bucket you are trying to restore from. They call it a "key" but it's just a folder inside of the s3 bucket that you backup/restore to/from.
botocore.errorfactory.NoSuchKey: An error occurred (NoSuchKey) when calling the GetObject operation: The specified key does not exist.
tommyjcarpenter commented
@acjohnson it does exist though, since backups work - but not restores. The backed up tar files are going to the right place. Why would it be asymmetric? Does the JSON need a trailing slash for downloads but not uploads?