Re: Determining Database Size?

2011-01-10 Thread Tim
a quick way to see your database size ( because pg:info won't work if you are using a shared DB ) is heroku info, the item that you are looking for is Data Size: heroku info --app | grep "Data size" -- You received this message because you are subscribed to the Google Groups "Heroku" group.

Re: Determining Database Size?

2010-12-08 Thread Peter van Hardenberg
That was specifically my mistake. We'll be fixing it soon, but in the mean time, don't worry, we won't do anything to hurt your app if you stray unknowingly over your size limit. The information will probably land at pg:info some time soon, and hopefully some extra visibility and numbers too.

Re: Determining Database Size?

2010-12-07 Thread Brian M
I would find this helpful also. > the place that I would expect to see my database size would be in the same > place along with my other data in the "General Info" section. Up until a couple weeks ago, the database size was indeed posted right in that spot. It was pretty convenient. Brian On

Determining Database Size?

2010-12-07 Thread Zach Bailey
I was looking for a way via the web interface or command-line to determine the size of my database. Could anyone point me in the right direction? I've dug around and searched but not having much luck. For the Heroku folks - a point of feedback - the place that I would expect to see my databas