pgcopydb icon indicating copy to clipboard operation
pgcopydb copied to clipboard

Any help needed to verify against PostgreSQL 17 and 18?

Open rud opened this issue 4 months ago • 1 comments

I see the tool is supported all the way to PG version 16. Is there any way to help adding support for PostgreSQL 17 and 18?

rud avatar Sep 30 '25 17:09 rud

$ docker run --rm -it dimitri/pgcopydb:v0.17 pgcopydb --version
17:37:08.618 1 INFO   Running pgcopydb version 0.17 from "/usr/local/bin/pgcopydb"
pgcopydb version 0.17
compiled with PostgreSQL 16.3 (Debian 16.3-1.pgdg110+1) on aarch64-unknown-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
compatible with Postgres 11, 12, 13, 14, 15, and 16

rud avatar Sep 30 '25 17:09 rud