Muhammad Imtiaz
02/18/2022, 10:40 AMHarshith (Airbyte)
02/21/2022, 5:01 PMDavin Chia (Airbyte)
02/23/2022, 8:01 AMMuhammad Imtiaz
02/23/2022, 2:03 PMDavin Chia (Airbyte)
02/23/2022, 2:08 PMMuhammad Imtiaz
02/24/2022, 9:54 AMjdbc:<postgresql://cdpass-dev-postgres-instance.cxlcw2mudakk.us-east-2.rds.amazonaws.com:5432/postgresql>
postgresql
database is created.
Temporal service is not able to connect. Following are the tempral service logsjdbc
<http://cdpass-dev-postgres-instance.cxlcw2mudakk.us-east-2.rds.amazonaws.com|cdpass-dev-postgres-instance.cxlcw2mudakk.us-east-2.rds.amazonaws.com>
Davin Chia (Airbyte)
02/24/2022, 10:23 AMMuhammad Imtiaz
02/24/2022, 10:57 AMDavin Chia (Airbyte)
02/24/2022, 10:59 AMMuhammad Imtiaz
02/24/2022, 11:01 AMDavin Chia (Airbyte)
02/24/2022, 11:19 AMnslookup <http://cdpass-dev-postgres-instance.cxlcw2mudakk.us-east-2.rds.amazonaws.com|cdpass-dev-postgres-instance.cxlcw2mudakk.us-east-2.rds.amazonaws.com>
. you can google to find out more information
you can look at the the original temporal chart to see what is passed in. either the dns name or the ip should work. I’m sorry but we don’t offer infrastructure debug help - each company’s infrastructure is set up too differently for this to be practical. my general tips are to double check the env vars are given the right values and that the pod is receiving them! I’d also check that there are no networking restrictions on your RDS instanceMuhammad Imtiaz
02/24/2022, 11:56 AMDATABASE_USER=<user>
DATABASE_PASSWORD=<password>
DATABASE_HOST=<http://cdpass-dev-postgres-instance.cxlcw2mudakk.us-east-2.rds.amazonaws.com|cdpass-dev-postgres-instance.cxlcw2mudakk.us-east-2.rds.amazonaws.com>
DATABASE_PORT=5432
DATABASE_DB=postgresql
DATABASE_URL=jdbc:postgresql://${DATABASE_HOST}:${DATABASE_PORT/${DATABASE_DB}
DATABASE_URL=jdbc:<postgresql://cdpass-dev-postgres-instance.cxlcw2mudakk.us-east-2.rds.amazonaws.com:5432/postgresql>
Marcos Marx (Airbyte)
03/01/2022, 10:53 PMMuhammad Imtiaz
03/02/2022, 7:33 AMMarcos Marx (Airbyte)
03/04/2022, 12:22 AMMuhammad Imtiaz
03/07/2022, 7:42 AMtemporal
looks for database named postgresql
. It doesn't work with anyother db names.
Thank you very much for all your help.