We only include the h2 db to lower friction for creating a project and 
trying it out - I have never used h2 in an actual production app.

On Monday, November 18, 2013 5:23:16 AM UTC-8, Justin Smith wrote:
>
> Check out resources/config/*.clj. production.clj includes a postgres 
> config that you can customize (I notice now that we should include an 
> example mysql config in there too actually). Once you have a config set up 
> and pointing to an empty db in the appropriate environment, you can use the 
> "lein caribou migrate <config>" step to prepare it for caribou usage.
>
> On Monday, November 18, 2013 12:29:44 AM UTC-8, puzzler wrote:
>>
>> The docs say something about being ready by default to deploy to Heroku.  
>> But the default H2 database won't work on Heroku, will it?  I was under the 
>> impression that on Heroku, you can't use a database that just saves to the 
>> local filesystem, but need to "provision" a postgresql database.  Is that 
>> correct?
>>
>>
>>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to