pgbr

Troubleshooting

Diagnosing the failures pgbr users actually hit.

Where to look first

Job errors in pgbr are the underlying tool's stderr, verbatim. A failing backup shows you what pg_dump said. So:

  1. Read the job's error in Job History — it's usually the whole answer
  2. Turn on Verbose and re-run if it isn't
  3. Check the worker logs for anything that happened outside a job — reconciliation, bucket provisioning, cleanup

Getting help

If you're stuck, open an issue at github.com/darseen/pgbr with:

  • What you ran and what happened
  • The job error text from Job History
  • Worker logs around the failure
  • Your image versions and how you deployed
  • Whether storage is environment or settings, and which provider

Redact connection strings, ENCRYPTION_KEY, AUTH_SECRET, and storage credentials before pasting anything.

On this page