Paxa / postbird

Open source PostgreSQL GUI client for macOS, Linux and Windows
MIT License
1.55k stars 124 forks source link

Update pg_dump version on Windows #88

Open MaurizioRicci opened 5 years ago

MaurizioRicci commented 5 years ago

Please update the pg_dump bundled with bluebird to match the current server version. In my case im running postgres 11; but the pg_dump inside bluedbird is at version 9 and so the dump cannot be done.

Below the full error message:

Type: table

Estimate rows count: 7692

Total size on disk: 1.203 MB (Table: 576 KB, Indexes: 648 KB, Toast: 8 KB)

Source SQL Loading...Error happen while running pg_dump: pg_dump: server version: 11.5; pg_dump version: 9.4.2 pg_dump: aborting because of server version mismatch

Paxa commented 5 years ago

Do you know where to get pd_dump binary with all required dll's? I tried to download recent version but it requires visual code components

pwespi commented 4 years ago

see https://stackoverflow.com/a/33854913

otonielguajardo commented 3 years ago

Hello, any update on this?

14thchief commented 2 years ago

Sill haven't found a solution for this

Paxa commented 2 years ago

If you find any portable postgres client for windows then I will add to the package. Or will it be better to check for psql and pg_dump installed In system?

Paxa commented 2 years ago

I updated binaries for windows but now it require Visual C++ Redistributable 2015+ to be installed in system

can someone try please https://nightly.link/Paxa/postbird/workflows/build/master