Stuck after DEBUG:pgsync.utils: Connecting to Redis without password.
PGSync version: 2.1.2
Postgres version: 10.11
Elasticsearch version: 7.1 Redis version:
Python version:
Problem Description:
Bootstrap seems to be making no progress after the log output
DEBUG:pgsync.utils: Connecting to Redis without password.
It looks like this is due to a lock situation on our postgres instance. Has anyone run into this sort of issue before with pgsync?
Error Message (if any):
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
I think this might be related to @voyc-jean s response here https://github.com/toluaina/pgsync/issues/191#issuecomment-941439617
If I kill all the sessions before running bootstrap it solves the issue.