Fix: pg_dump's error output was never captured, making any diagnosis of a failed backup…
v0.19.3-beta
- Fix:
pg_dump's error output was never captured, making any diagnosis of a failed backup impossible.pg_dump: pg_dump wait: exit status 1was the only message returned, with no trace of the real cause.pg_dump's stderr is now included in the error message.