Fix Postgres backup script

This commit is contained in:
Olivier 'reivilibre' 2021-11-14 15:47:15 +00:00
parent 1a3bd2b520
commit 2b047b7adb
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ def cli():
lz4_process = None
dump_command = [
"pgdump",
"pg_dump",
database_to_use
]