Krzysztof Wende
Krzysztof Wende

Reputation: 3247

Elixir EXRM upgrade No /relup file found

Building and upgrading on Ubuntu 14.04

release 0.0.2 is already unpacked, now installing.
escript: exception error: no case clause matching
       {error,{enoent,"/home/user/user/rel/project/releases/0.0.1/relup"}}

There is no default rel/relx.config file as stated in the docs

Exrm version 1.0.8

The same thing for Distillery 0.0.9

Upvotes: 0

Views: 163

Answers (1)

rozap
rozap

Reputation: 631

Did you remove the old versions? That error is saying that it can't find version 0.0.1, so it has nothing to upgrade from.

You need to leave the previous version of the exrm deployment on your server in order to upgrade.

Upvotes: 0

Related Questions