a year ago
We tried to connect the website to the DB using the internal address, but their application failed to connect to the database.
Any suggestions?
3 Replies
a year ago
This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.
Status changed to Open brody • about 1 year ago
a year ago
Some issues I see -
- Your AWS region is US-East, but the Railway region is US-West, please move the AWS region to US-West.
- You are not connecting to the database over the private network.
- You are not using reference variables.
- Your "web" service is still on the Legacy runtime, please change that to V2 in the service settings.
a year ago
Hi Support,
we upgrade our Web and Postgres to runtime V2 and after change the Variable "DATABASE_HOST" from Public Networking Endpoint to Private Networking our Web got failures to connect to the DB.
we also try to rename the Private Networking of the Postgres endpoint and it didn't help as well.
Thanks!
Attachments