Unable to connect to workflow

Hey Team,
I am trying to run the workflow in redhat server with ipv6 disable.
I am getting the following error.

workflow_engine_1  | Initializing n8n process
workflow_engine_1  | UserSettings were generated and saved to: /home/node/.n8n/config
workflow_engine_1  | There was an error initializing DB: "connect ETIMEDOUT 20.185.67.48:5432"
workflow_engine_1  |
workflow_engine_1  | Stopping n8n...
workflow_engine_1  | Initializing n8n process
workflow_engine_1  | There was an error initializing DB: "connect ETIMEDOUT 20.185.67.48:5432"

When Ipv6 is enable n8n is working fine.
Can you please help me in this how to make it work

Thanks & Regards,
Abhilash

Hey @abhilash,

It looks like the database connection is failing, is the database listening on an ipv4 address?