docker-library / postgres

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

pg_dump: error: aborting because of server version mismatch #1126

Closed MrGeneralZod closed 7 months ago

MrGeneralZod commented 10 months ago

I updated the last vesion postgis (16-master). After that I tried to back up my data using pgAdmin. But backup process was failed. There was a error message "pg_dump: detail: server version: 16.0 (Debian 16.0-1.pgdg110+1); pg_dump version: 15.3"

image

ImreSamu commented 10 months ago

I see that the pgAdmin4 docker image doesn't yet support the new PG16. Someone has already reported this issue in that repository.

akshay-joshi commented 10 months ago

You will have to provide the Binary Path in the Preferences dialog for PG 16.

Screenshot 2023-09-21 at 11 30 52 AM