[tasks] Use no-blobs for backups
All checks were successful
build & deploy / test (push) Successful in 1m59s
build & deploy / build-and-deploy (push) Successful in 31s

This commit is contained in:
2026-05-24 12:04:08 -04:00
parent 25cbd88071
commit 766f9db17c

View File

@ -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"],