schickling / dockerfiles

Collection of lightweight and ready-to-use docker images
https://hub.docker.com/u/schickling/
MIT License
848 stars 367 forks source link

postgres-backup-s3: Server version mismatch error (PostgreSQL 16) #163

Open anikghosh256 opened 8 months ago

anikghosh256 commented 8 months ago
2024/04/04 09:05:42 116: aborting because of server version mismatch
2024/04/04 09:05:42 116 Exit Status: 1
2024/04/04 09:05:43 120 cmd: /bin/sh backup.sh
2024/04/04 09:05:43 120: Creating dump of all databases from database_pg-db...
2024/04/04 09:05:43 120: pg_dumpall:
2024/04/04 09:05:43 120:  
2024/04/04 09:05:43 120: error: 
2024/04/04 09:05:43 120: server version: 16.2 (Debian 16.2-1.pgdg120+2); pg_dumpall version: 14.4
2024/04/04 09:05:43 120: pg_dumpall:
2024/04/04 09:05:43 120:  
2024/04/04 09:05:43 120: error: 
2024/04/04 09:05:43 120: aborting because of server version mismatch
2024/04/04 09:05:43 120 Exit Status: 1
quangbahoa commented 2 months ago

Yea me too

pg_dump: error: server version: 16.4 (Debian 16.4-1.pgdg120+2); pg_dump version: 14.4
pg_dump: error: aborting because of server version mismatch
iloveitaly commented 1 month ago

PRs welcome to fix this!

anikghosh256 commented 1 month ago

@iloveitaly can you check #166

tholu commented 1 week ago

@iloveitaly Can you check the PR by @anikghosh256 ?

JVMartin commented 1 week ago

@iloveitaly Would love if we could get that PR merged soon, would save us a lot of headache so we don't have to switch to another tool