mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-18 04:39:14 +00:00
Merge pull request #3996 from mkllnk/remove-backup-script
Remove obsolete backup script
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Usage: script/backup.sh [ofn-staging1|ofn-staging2|ofn-prod]
|
||||
|
||||
set -e
|
||||
|
||||
mkdir -p db/backup
|
||||
ssh $1 "pg_dump -h localhost -U openfoodweb openfoodweb_production |gzip" > db/backup/$1-`date +%Y%m%d`.sql.gz
|
||||
Reference in New Issue
Block a user