[25.05] Backport of #413251 (#435593)

This commit is contained in:
Wolfgang Walther
2025-08-26 15:46:28 +00:00
committed by GitHub

View File

@@ -25,7 +25,7 @@ let
in
{
pg_dump_command =
if d.name == "all" then
if d.name == "all" && (!(d ? format) || isNull d.format) then
"${as_user}${postgresql}/bin/pg_dumpall"
else
"${as_user}${postgresql}/bin/pg_dump";