Fix Postgres backup script
This commit is contained in:
parent
1a3bd2b520
commit
2b047b7adb
|
@ -40,7 +40,7 @@ def cli():
|
|||
lz4_process = None
|
||||
|
||||
dump_command = [
|
||||
"pgdump",
|
||||
"pg_dump",
|
||||
database_to_use
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue