tbarbugli / cassandra_snapshotter

A tool to backup cassandra nodes using snapshots and incremental backups on S3
Other
222 stars 122 forks source link

manifest: out: IOError: [Errno 13] Permission denied: '/tmp/backupmanifest' #139

Open AWSGitHubConnector opened 6 months ago

AWSGitHubConnector commented 6 months ago

File "/usr/local/lib/python2.7/site-packages/cassandra_snapshotter/agent.py", line 226, in create_upload_manifest out: with open(manifest_path, 'w') as manifest: out: IOError: [Errno 13] Permission denied: '/tmp/backupmanifest'

AWSGitHubConnector commented 6 months ago

I am running it from AWS Codebuild as part of buildspec file and getting this error