ankane/pgsync

Base is not copied

SerhiiZahuba opened this issue · 1 comments

Help me please. You want to use pgsync to keep two Postgres databases in sync. I am using this script.

pgsync --from postgres://rep:2222@172.2.2.2:5432/test1
--to postgres://rep:22222@172.1.1.1:5432/test1 --to-safe

image

But after starting, after 2-3 seconds, it writes successful execution, but the database was not synchronized. Help me please. Thank you

Hey @SerhiiZahuba, it looks like it's not finding any tables to sync, which could be due to Postgres user privileges. Please use Stack Overflow for additional help.