Connect pgadmin/Tableplus with Pull Request Preview's database

Hello,

While developing my app, I use Tableplus to connect to my database. I can see my local database and my production database. But on render.com, if I need to connect to a Preview environements instance to check all is in order or to debug, how can I do this?
Where are the infos i need to connect to a Request Preview’s DB (port, host…)?

Hi there,

Pull request previews don’t provision databases, they only provision static and webservices. Youl would need to be using Preview Environments https://render.com/docs/preview-environments to provision all the services you have defined in your render.yaml.

John B

Sorry used the worng words, you’re right it’s for preview environements: i edited my question. Same question though.

Yeah, we didn’t do ourselves any favours when we named product features.

From the Blueprints tab locate the blueprint instance for the PR and click on it, you should see the resources that were provisioned - one would be the database and from that you can get the connection string for the database.

John B

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.