PrismaP
Prisma16mo ago
8 replies
leokid

Able to setup Accelerate, unable to setup Pulse. AWS RDS Postgres.

The error : "Prisma Pulse could not reach the specified datasource db url. This could be caused by an incorrect datasource URL or database firewall rules, or certificate issues. This is probably not a problem with Prisma Pulse. The network error was: "Postgres client.connect() is unresponsive."

With the connection string, I can connect using other pgTools from my own computer. My Prisma ORM is using the same connection string and is able to function with Accelerate.

I have followed the instructions in (https://www.prisma.io/docs/pulse/database-setup/aws-rds) and set the rds.logical_replication to 1 (true).

The necessary inbound rules in VPC Security Group has been adjusted (and hence the Accelerate is able to function well).

Anything else that I might have missed?
image.png
image.png
Instructions to use AWS RDS with Prisma Pulse
Prisma Pulse: AWS RDS | Prisma Documentation
Was this page helpful?