Failed Server Connection Issue
TLDR raymand1992 experienced a server connection establishment failure. v_shnu recommended verifying credentials and db connectivity. The issue was fixed using the .in DATABASE_URL variable.
1
Aug 21, 2022 (16 months ago)
raymand1992
09:53 PMconnection to server at "152.206.177.43", port 5432 failed: FATAL: password authentication failed for user "ext"
Aug 22, 2022 (16 months ago)
v_shnu
09:08 AMCould you confirm your credentials and see if you have connectivity to the database?
v_shnu
09:09 AMpsql -h <host-name> -U <user> -d <db-name>
raymand1992
02:15 PMPassword for user ext:
psql (12.12 (Ubuntu 12.12-0ubuntu0.20.04.1))
SSL connection (protocol: TLSv1.3, cipher: TLS_AES_256_GCM_SHA384, bits: 256, compression: off)
Type "help" for help.
chatwoot_production=#
v_shnu
06:14 PMpsql
cli?raymand1992
06:37 PMAug 23, 2022 (16 months ago)
v_shnu
06:21 PMChatwoot
Indexed 2221 threads (46% resolved)
Similar Threads
Avatar Upload Issue and Connection Problems in Chatwoot 2.17.0
h2so4 has an avatar issue in their server and faced connection problems after updating from Chatwoot 2.17.0 to 2.17.1. thinness2722 mentioned a bug in 2.17.0.
Resolving Redis Connect Errors and Database Mismatches
justman10000 had trouble connecting to Redis and encountered a database password authentication error. pranavrajs provided constant guidance to fix the Redis issue and justman10000 resolved the database problem independently.
Migrating Chatwoot Version: Port Connection Issue
arix0001 faced an issue in migrating Chatwoot versions due to an invalid integer value in the port connection option. After consultation and troubleshooting with sojan_official and v_shnu, the problem was resolved by adding the `POSTGRES_PORT` environment variable.