pgsync icon indicating copy to clipboard operation
pgsync copied to clipboard

Stuck after DEBUG:pgsync.utils: Connecting to Redis without password.

Open smokedsalmonbagel opened this issue 4 years ago • 2 comments

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):



smokedsalmonbagel avatar Sep 21 '21 18:09 smokedsalmonbagel

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

toluaina avatar Sep 28 '21 09:09 toluaina

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.

smokedsalmonbagel avatar Oct 20 '21 13:10 smokedsalmonbagel