Hi,
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
Hi,
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
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 :)