a year ago
I got a postgres server up on railway but I don't know what configurations I need to set in pipedream to get this connection to work.
have not added any optional fields and was set to full verification.
p.s using this service for the first time. mostly a vercel user i.e don't know much about infra setup.
11 Replies
a year ago
projectID: 2397ca9e-3cc9-4715-a02c-d2be99c3dedf
a year ago
the Postgres databases that are one-click deploys use self signed certificates, as per the instructions in your screenshot you will need to reconnect with skip verification enabled
a year ago
Oh. It's not recommended. why is that?
a year ago
Can I not provide SSL CA Bundle, SSL Private Key, and SSL Client Certificate?
a year ago
Also what do I set for Use Shared Static IP ?
a year ago
because it's less secure
a year ago
how would you do that? the database is using an internally self-signed certificate
a year ago
that is only available on the Pro plan
a year ago
what's the username/pwd? postgres user/ postgres pwd or pguser/pgpassword ?

a year ago
think it worked 🙂
a year ago
fwiw both username and password variables are the same, one is a reference to the other, they are just there for backwards compatibility