The log show an obvious reason:
pg_dump: error: aborting because of server version mismatch pg_dump: detail: server version: 17.0; pg_dump version: 16.4
I did a workaround by overwriting the pg_dump.exe from the folder C:\Program Files\PostgreSQL\17\bin to the folder C:\Program Files\PostgreSQL\17\pgAdmin 4\runtime and it works.
This is because the former has the correct build version number of 17 while the latter has the older version number of 16.4.
It would be very helpful if you could fix this issue. Thanks.
The log show an obvious reason:
pg_dump: error: aborting because of server version mismatch pg_dump: detail: server version: 17.0; pg_dump version: 16.4
I did a workaround by overwriting the pg_dump.exe from the folder
C:\Program Files\PostgreSQL\17\bin
to the folderC:\Program Files\PostgreSQL\17\pgAdmin 4\runtime
and it works. This is because the former has the correct build version number of 17 while the latter has the older version number of 16.4.It would be very helpful if you could fix this issue. Thanks.