You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the version is root@iv-yd33vnf30gqc6ilej4j3:~# pgcopydb --version 19:54:55.416 1653027 INFO Running pgcopydb version 0.15-1.pgdg120+1 from "/usr/bin/pgcopydb" pgcopydb version 0.15-1.pgdg120+1 compiled with PostgreSQL 16.1 (Debian 16.1-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit compatible with Postgres 11, 12, 13, 14, 15, and 16
when I run this commend without any filter conditions:
root@iv-yd33vnf30gqc6ilej4j3:/tmp# pgcopydb clone
but the logs show below:
18:28:36.652 1064 INFO /usr/bin/pg_dump -Fc --snapshot 00000003-00000274-1 --section pre-data --exclude-schema bookings --exclude-schema bookings --file /tmp/pgcopydb/schema/pre.dump 'postgres://[email protected]:5436/demo?keepalives=1&keepalives_idle=10&keepalives_interval=10&keepalives_count=60'
May I know why I am not add any filter conditon but the pgcopydb add a filter --exclude-schema bookings
The text was updated successfully, but these errors were encountered: