You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
☝️ that env var is already set in heroku too with the correct value using heroku run echo \$JDBC_DATABASE_URL --app my-app
Deployment fails with an error:
Migratus is downloaded
Downloading: migratus/migratus/1.3.6/migratus-1.3.6.jar from clojars
and then when all libs have been downloaded:
Execution error (FileNotFoundException) at clojure.main/main (main.java:40).
Could not locate clj_migratus__init.class, clj_migratus.clj or clj_migratus.cljc on classpath. Please check that namespaces with dashes use underscores in the Clojure file name.
Full report at:
/tmp/clojure-2520674363878108684.edn
I am positive the migratus.clj file exists in the root dir of the repo.
My BUILD_VARS is :migrate migrate, maybe that's wrong?
Any tips?
The text was updated successfully, but these errors were encountered:
Thanks for this buildpack! It worked well until I added migrations into the mix.
I've added an alias for migratus:
just like in the migratus docs. This works locally with the
migratus.clj
file☝️ that env var is already set in heroku too with the correct value using
heroku run echo \$JDBC_DATABASE_URL --app my-app
Deployment fails with an error:
Migratus is downloaded
and then when all libs have been downloaded:
Execution error (FileNotFoundException) at clojure.main/main (main.java:40). Could not locate clj_migratus__init.class, clj_migratus.clj or clj_migratus.cljc on classpath. Please check that namespaces with dashes use underscores in the Clojure file name. Full report at: /tmp/clojure-2520674363878108684.edn
I am positive the
migratus.clj
file exists in the root dir of the repo.My
BUILD_VARS
is:migrate migrate
, maybe that's wrong?Any tips?
The text was updated successfully, but these errors were encountered: