It's very easy to run postgresql on your system. I highly advise you switch
to that model if you've got a "production" environment and this isn't a
just-for-fun project.

-p

On Sat, Mar 19, 2011 at 8:07 AM, Tom O'Neill <vay...@gmail.com> wrote:

> Ideally your dev environment is as close to production as possible - it'll
> save you lots of wasted debug time in the long run :)
>
> -----Original Message----- From: Jeff Schmitz
> Sent: Saturday, March 19, 2011 7:37 AM
> To: heroku@googlegroups.com
> Subject: Re: you have exceeded 500 logs/min...
>
>
> Fool,
> Do you mind sharing the nature of the incompatibilities between SQLite and
> PG?  I ask bc I use SQLite in development and am worried that I should
> switch to PG there too.
>
> Jeff
>
> On Mar 17, 2011, at 11:33 AM, fearless_fool <rdp...@gmail.com> wrote:
>
>  On Mar 15, 5:49 pm, fearless_fool <rdp...@gmail.com> wrote:
>>
>>> My app makes lots of DB updates when it starts up.  It appears that
>>> each DB transaction is written to the log file, so I quickly exceed
>>> the 500 logs/min limit for a basic Heroku account.
>>>
>>
>> UPDATE (resolved): I realized after posting that I was actually seeing
>> scads of error messages (each db query was raising an error) -- I
>> hadn't completely switched from SQLite to PostgreSQL.  After fixing
>> the problems, the logs are much quieter.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Heroku" group.
>> To post to this group, send email to heroku@googlegroups.com.
>> To unsubscribe from this group, send email to
>> heroku+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/heroku?hl=en.
>>
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Heroku" group.
> To post to this group, send email to heroku@googlegroups.com.
> To unsubscribe from this group, send email to
> heroku+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/heroku?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Heroku" group.
> To post to this group, send email to heroku@googlegroups.com.
> To unsubscribe from this group, send email to
> heroku+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/heroku?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to