I have created a new Duct project with the latest alpha template in order to understand the upgrade process, before attempting to upgrade a much more complex codebase. The template arguments supplied were as follows:
lein new duct-alpha my-app +ataraxy +cljs +example +site
I then proceeded to follow the latest UPGRADING.md instructions by adding a migrations.edn file to my-app/resources. The migrations file contained only one simple example key.
I then added the following line to config.edn, before the #duct/include "dev" line:
I have created a new Duct project with the latest alpha template in order to understand the upgrade process, before attempting to upgrade a much more complex codebase. The template arguments supplied were as follows:
lein new duct-alpha my-app +ataraxy +cljs +example +site
I then proceeded to follow the latest UPGRADING.md instructions by adding a
migrations.edn
file tomy-app/resources
. The migrations file contained only one simple example key.I then added the following line to
config.edn
, before the#duct/include "dev"
line::duct.profile/migrations #duct/include "migrations"
And to
duct_hierarchy.edn
::duct.profile/migrations [:duct.profile/base]
When prepping the app, I saw the following Exception: