Question

I have a python / django app on heroku. how do i find the postgres version running on my app?

Was it helpful?

Solution

$ heroku pg:info --app yourapp

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top