This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-06-03
Channels
- # beginners (112)
- # boot (13)
- # cider (17)
- # cljsjs (2)
- # cljsrn (8)
- # clojure (57)
- # clojure-spec (2)
- # clojure-uk (5)
- # clojurescript (51)
- # cursive (4)
- # data-science (15)
- # datomic (1)
- # duct (17)
- # garden (4)
- # lein-figwheel (49)
- # midje (1)
- # nyc (1)
- # off-topic (8)
- # pedestal (1)
- # portkey (20)
- # re-frame (4)
- # reagent (27)
- # ring (1)
- # shadow-cljs (24)
- # spacemacs (7)
- # specter (3)
- # sql (5)
- # yada (5)
Are there any special considerations for running migrations in production? (reset)
in dev worked a treat, but should I be running a release task when I deploy to heroku?
@scaturr lein run :duct/migrator
will run all migrations.
It’s not run automatically via lein run
because load-balancing
It’s mentioned in duct/core… it might be mentioned on the Duct wiki and guide as well.
Perhaps it’s missing from there.
Thanks!
Not seeing it on https://github.com/duct-framework/docs/blob/master/GUIDE.rst - PR incoming!
np - sorry about the doc omission
Thanks! Could you trim the commit subject down to 50 characters?