Fork me on GitHub
#duct
<
2018-06-03
>
scaturr20:06:48

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?

scaturr20:06:00

(using the duct ragtime module)

weavejester20:06:28

@scaturr lein run :duct/migrator will run all migrations.

weavejester20:06:53

It’s not run automatically via lein run because load-balancing

scaturr20:06:54

did I miss some documentation?

weavejester20:06:41

It’s mentioned in duct/core… it might be mentioned on the Duct wiki and guide as well.

weavejester20:06:51

Perhaps it’s missing from there.

scaturr20:06:03

ah ok - thank you - I’ll take a look and try to add it if its not there

scaturr20:06:29

seriously loving duct - thank you 🙏

weavejester20:06:50

np - sorry about the doc omission

scaturr20:06:41

duct-framework/docs PR sent 🙂

weavejester20:06:12

Thanks! Could you trim the commit subject down to 50 characters?