ankane/pgsync

The `pg_dump` version in Docker container is 14.7 does not support PostgreSQL 15

SyXuan opened this issue · 2 comments

SyXuan commented
✖ Syncing schema
pg_dump: error: server version: 15.2; pg_dump version: 14.7
pg_dump: error: aborting because of server version mismatch
pg_restore: error: input file is too short (read 0, expected 5)
Schema sync returned non-zero exit code
ankane commented

Hi @SyXuan, thanks for reporting! Pushed a new image to the latest tag with a fix.

SyXuan commented

Thanks for the quick fixing!