-
Notifications
You must be signed in to change notification settings - Fork 11
Description
I'm encountering the following issue: m3fs checks the PostgreSQL connection and gets confused, but the PostgreSQL Docker container is still running. Could this error be caused by m3fs checking PostgreSQL while it's still starting up?
INFO[0001] Started postgresql container 3fs-postgres successfully NODE=open3fs-stor01 TASK=CreatePgClusterTask
ERRO[0001] [gorm] failed to initialize database, got error failed to connect to user=postgres database=open3fs: 192.168.1.241:5432 (192.168.1.241): dial error: dial tcp 192.168.1.241:5432: connect: connection refused
WARN[0001] Failed to create db connection to 192.168.1.241:5432: open database: failed to connect to user=postgres database=open3fs: 192.168.1.241:5432 (192.168.1.241): dial error: dial tcp 192.168.1.241:5432: connect: connection refused NODE=open3fs-stor01 TASK=CreatePgClusterTask