Question

Is there anyway to use a PostgreSQL GUI to modify the database contents without doing a db:pull?

I want to administer my database without taking it off line...

Any ideas?

Thanks

Was it helpful?

Solution

Nope, you can't...
But, you always can use heroku console and do rails stuff there, which is a good alternative, especially on production when you can't put everything on hold until you pull and push back :)

OTHER TIPS

But you can use:

https://github.com/neerajdotname/admin_data

to admin your data! It's a gem, I have it working with Heroku on my Rails 3 app.

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