mirror of
https://github.com/fergalmoran/dss.docker.git
synced 2025-12-22 09:18:29 +00:00
Added api certs
This commit is contained in:
2
postgres/backup.sh
Normal file
2
postgres/backup.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
su - postgres -c pg_dump deepsouthsounds > /tmp/dss.sql
|
||||
scp /tmp/dss.sql fergalm@home.bitchmints.com:/srv/dev/
|
||||
1
postgres/backup.sql
Normal file
1
postgres/backup.sql
Normal file
@@ -0,0 +1 @@
|
||||
su postgres -c 'pg_dump -h 127.0.0.1 deepsouthsounds > "/tmp/backup_$(date +"%m%d%Y%H%M%S.sql")"'
|
||||
Reference in New Issue
Block a user