Add handy create backup script
This commit is contained in:
parent
784f6d8973
commit
10417bba13
|
|
@ -49,4 +49,5 @@ client/cypress/test-reports/
|
||||||
server/test-reports/
|
server/test-reports/
|
||||||
.direnv
|
.direnv
|
||||||
*.prod.sql
|
*.prod.sql
|
||||||
latest.dump
|
latest.dump*
|
||||||
|
dump*.sql
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
pgdump $DATABASE_URL > dump_local_`date +%d-%m-%Y"_"%H_%M_%S`.sql
|
||||||
|
|
||||||
Loading…
Reference in New Issue