[tasks] Use no-blobs for backups
This commit is contained in:
@ -362,6 +362,7 @@ def backup_database():
|
||||
|
||||
pg_dump_cmd = [
|
||||
"pg_dump",
|
||||
"--no-blobs",
|
||||
"-h", db.get("HOST", "localhost"),
|
||||
"-U", db.get("USER", "postgres"),
|
||||
"-d", db["NAME"],
|
||||
|
||||
Reference in New Issue
Block a user