docker-library / postgres

Docker Official Image packaging for Postgres
http://www.postgresql.org
MIT License
2.16k stars 1.13k forks source link

Db dump fails with postgres 14.8 #1104

Closed FelipeFSilva closed 1 year ago

FelipeFSilva commented 1 year ago

I'm trying to create a dump from a postgres database in version 14.2 but my local client is in version 14.8

I'm in Ubuntu 22.04

I get no explanation but this:

Task execution failed
Reason:
Error executing process

Error executing process
  Process failed (exit code = 1). See error log.

Maybe it's a DBeaver thing, not sure tho

Anything I can do? Tks

FelipeFSilva commented 1 year ago

Turns out my connection was bugged for some reason. Redoing it resolved the problem. o/