I’ve updated the scripts to the newest 2.0.10 version, as mentioned in Migrations - Distillery Documentation
I’ve created the orif_dev and orif_prod databases in the build machine.
When running ./_build/prod/rel/orif/bin/orif migrate in the build box, get this error:
** (exit) no process: the process is not alive or there's no process currently associated with the given name, possibly because its application isn't started```
ok. So I start the application with:
```$ ./_build/prod/rel/orif/bin/orif foreground
22:55:54.510 [info] Running OrifWeb.Endpoint with Cowboy using http://0.0.0.0:8048
22:55:54.511 [error] Could not find static manifest at "/usr/home/lupe/orif/orif_build/_build/prod/rel/orif/lib/orif-0.0.1/priv/static/cache_manifest.json". Run "mix phx.digest" after building your static files or remove the configuration from "config/prod.exs".```
In another virtual terminal, try again:
```$ ./_build/prod/rel/orif/bin/orif migrate
** (exit) no process: the process is not alive or there's no process currently associated with the given name, possibly because its application isn't started
(stdlib) gen.erl:261: :gen.do_for_proc/2
(stdlib) gen_event.erl:197: :gen_event.rpc/2
(artificery) lib/console.ex:270: Artificery.Console.init/0
(distillery) lib/entry.ex:42: Mix.Releases.Runtime.Control.main/1
(stdlib) erl_eval.erl:670: :erl_eval.do_apply/6
(elixir) lib/code.ex:232: Code.eval_string/3```
What should I do differently?






















