parent
c744a1c861
commit
8def2b06cd
4 changed files with 18 additions and 0 deletions
@ -0,0 +1,5 @@ |
||||
#!/bin/sh |
||||
|
||||
set -eo pipefail |
||||
|
||||
rm -f {{ pga_root_dir }}/backup/* |
@ -0,0 +1,5 @@ |
||||
#!/bin/sh |
||||
|
||||
set -eo pipefail |
||||
|
||||
sqlite3 {{ pga_root_dir }}/data/pgadmin4.db .dump | zstd -c > {{ pga_root_dir }}/backup/pgadmin4.sql.zst |
Loading…
Reference in new issue