Kamilski81
Kamilski81

Reputation: 15117

How do i look at postgres data in heroku while using a shared database?

I cannot access the db directly because it is shared. Any recommendations on how I could get pretty intricate data tables out?

Upvotes: 0

Views: 84

Answers (1)

CraigKerstiens
CraigKerstiens

Reputation: 5979

You probably want to use the dev plan, this will allow you to ingress and runs on the same version as the production instances - https://devcenter.heroku.com/articles/heroku-postgres-dev-plan

Upvotes: 2

Related Questions