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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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 🙂