updated backup script

This commit is contained in:
Yannic Kilcher
2023-01-17 12:23:42 +01:00
parent bb032089cc
commit 8ed80525c1
+2
View File
@@ -11,3 +11,5 @@ pg_dump -U postgres postgres > /tmp/$filename
# upload to s3
aws s3 cp /tmp/$filename s3://$S3_BUCKET_NAME/$filename
rm /tmp/$filename