Heroku

Find your Postgres Heroku connection string

For Heroku, use the "Postgres Heroku" connector.

2. Open one of your apps

3. Open your database add-on

4. Go to settings and view Database credentials

5. Copy Connection URI

6. Paste the connection URI into Stacksync to connect your database

Paste your connection URL to connect your database
circle-info

For the Heroku connector, the user is required to have the Create privilege on the database.

This privilege can be enabled for the user using the following SQL query:

Finally, click "Authorize App" to connect!

That's it, your Postgres Heroku instance is connected! πŸŽ‰

Last updated