Tolu Aina

Results 304 comments of Tolu Aina

Does the Postgres user have a Replication role or super user permission? Can you debug this further and confirm. I don't have access to an Azure PostgreSQL database.

If this is still an issue. I think the azure postgres user name format needs to be of the form PG_USER=user@host

@vishal-kadam12 are you able to provide me with temp access to an Azure instance to investigate further?

You no longer need to have super user permissions as this is restricted by most cloud service providers in one ways or the other. You do however need to have...

This has been resolved. Its been replaced with a function that actually setsup and tears down a temp replication slot.

I have never encountered this. are you able to connect to the redis instance ? Also I would suggest running with DEBUG level and `pgsync -v ` `CONSOLE_LOGGING_HANDLER_MIN_LEVEL=DEBUG`

> Not a bug . But it may have exception error log. > > In example there is trunc data before insert. When pull data it will throw something like...

> another question is In book example > > ``` > "concat": { > "columns": ["publisher_id", "publisher_name"], > "into": "xyz" > }, > ``` > > seem don't have effect....

I have used successfully with postgis extension enabled. Can you provide more details. any errors during the sync ? alternately a sample db schem and db schema wouild help too

I don't understand the hierarchy here. You've got 2 foreign keys in your through table. How would you expect this to be translated in SQL? The way through tables works...