Search code examples
postgresqlpgadminpg-dumppgadmin-4

PGAdmin 4 fails to backup database with no errors


I try to backup my university project database. I followed the instruction, everything seems to be inputed:

1:

enter image description here

2:

enter image description here

3:

But the only pop-out I get is this one in right-bottom corner of PGAdmin 4: enter image description here

From the Official site, there should be another pop-up message, similiard to this one:

enter image description here

But I don't get this one, nor I get the other one that is displayed where any error occurs.

I tried to directly use pg_dump.exe, but it prompts me for a password. I tried all my passwords - user password, server password which I use to connect to my database in PGAdmin 4, other passwords, but none of them seem to work.

enter image description here

I tried to find any information about this, but all articles about pg_dump.exe are about how to automatize password input. What is the cause of this backup silent failure, and which password does pg_dump.exe need?

I'll add any details if needed, I was trying to figure it out for 4 hours now...


Solution

  • Can you upgrade your pgAdmin4 with version 1.2 and try again? https://www.pgadmin.org/

    I think they have fixed the issue in new release.