hasura / graphql-engine

Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.
https://hasura.io
Apache License 2.0
31.11k stars 2.76k forks source link

Ability to use heroku database URL sync with non free tier instances #7562

Open Gozala opened 3 years ago

Gozala commented 3 years ago

Version Information

Server Version: n/a CLI Version (for CLI related issue): na/

Environment

Cloud

What is the expected behaviour?

Ability to use Heroku database URL sync with non free tier heroku plan.

Keywords

Currently I can either:

  1. Setup database connection with heroku trial database from console.
  2. Opt-out from Heroku database URL sync.

Any possible solutions?

Ability to choose heroku database from hasura console (similar to how one can choose github repo). Or maybe an additional env veriable to specify which heroku project to sync URL with.

Can you identify the location in the source code where the problem exists?

No

If the bug is confirmed, would you be willing to submit a PR?

Don't have necessary expertise.

rikinsk commented 3 years ago

Hi @Gozala. This functionality is being worked on and will be available soon. You will be able to connect the database url env var used in hasura cloud to a herokup app from the cloud dashboard.

ricardo-quinones commented 2 years ago

Any more updates on this?