sabri
Why tries to call rc_exec.sh of previous release?
I have deployed release: 0.1.1, then I did:
mix edeliver build release --increment-version=minor
mix edeliver deploy release to production --verbose
mix edeliver start production
that has build 0.2.0 and deployed it successfully, but I get this error when start production:
response: /home/deploy/apps/ngspice_proxy/bin/ngspice_proxy_rc_exec.sh: line 45: /home/deploy/apps/ngspice_proxy/releases/0.1.1/ngspice_proxy.sh: No such file or directory
/home/deploy/apps/ngspice_proxy/bin/ngspice_proxy_rc_exec.sh: line 45: /home/deploy/apps/ngspice_proxy/releases/0.1.1/ngspice_proxy.sh: No such file or directory
/home/deploy/apps/ngspice_proxy/bin/ngspice_proxy_rc_exec.sh: line 45: /home/deploy/apps/ngspice_proxy/releases/0.1.1/ngspice_proxy.sh: No such file or directory
/home/deploy/apps/ngspice_proxy/bin/ngspice_proxy_rc_exec.sh: line 45: /home/deploy/apps/ngspice_proxy/releases/0.1.1/ngspice_proxy.sh: No such file or directory
however, at server, only 0.2.0 directory is there, (0.1.1 was deleted when I deployed 0.2.0)
$ ls
0.2.0 ngspice_proxy.rel RELEASES start_erl.data
so, why edeliver will attempt to start the previous release?
First Post!
ion
did you find a fix for this? I am getting a similar issue.
Popular in Questions
Credo is smart enough to check for (something like) this:
assert length(the_list) == 0
with this response:
Checking if an enum is empt...
New
I am VERY much an elixir newbie. I have taken one elixir course and one phoenix course on Udemy. During that course, I saw the instructor...
New
Hi there, I'm working through my first release with elixir/phoenix. I've built a release with distillery and found that it crashes when I...
New
I am trying to figure out how Mix knows whether the environment is test, dev, or prod -- where is this set?
Thanks.
New
I have a list say
x = ["23gh", "56kh", "97mh"]
I would like to pass each element to Val in each iteration.
Say, in iteration 1 -------...
New
When I run the Plug and I recompile I wind up having to use Ctrl C to quit iex and start again. Witht the help of rlwrap I can use the cu...
New
Hey all,
I discovered Elixir and I love it. I always wanted to learn a functional programming and I intended to go for Haskell, but afte...
New
To my knowledge, put_in, Map.update etc. all have the one limitation of not automatically creating intermediate keys when needed (for exa...
New
Hi everyone!
I need implement if…else if…else condition from my elixir code, and anymore of this control flow structures not work proper...
New
I’ve been re-reading swift book again and noticed that multiline strings there don’t have a trailing line break, unlike in elixir
iex(2)...
New
Other popular topics
What is the idiomatic way of matching for not nil in Elixir?
E.g.,
First way:
defp halt_if_not_signed_in(conn, signed_in_account) when...
New
I couldn’t find any guides that worked well with Phoenix 1.6.0 and esbuild. I hope this helps people test the waters and eases you into t...
New
You’re a programmer, so you don’t need spoon feeding with the conventional drivel about “this is an integer.” No. You need to know what’s...
New
I want to try my hand at web scraping. What tools/libraries do I need to use. I’m hoping to turn this into something professional so don’...
New
I have followed this StackOverflow post to install the specific version of Erlang.
And When I am running mix ecto.setup then getting fol...
New
Elixir plugin for JetBrain’s IntelliJ Platform (including Rubymine)
This is a plugin that adds support for Elixir to JetBrains IntelliJ...
New
As promised, the first release candidate of Phoenix 1.3.0 is out! This release focuses on code generators with improved project structure...
New
I will often find my self writing things similar to:
case some_value do
nil -> something()
"" -> something()
_ -> someth...
New
Original source of discussion: This topic on the Pragmatic Programmers' Functional Web Development with Elixir, OTP, and Phoenix forum.
...
New
To my knowledge, put_in, Map.update etc. all have the one limitation of not automatically creating intermediate keys when needed (for exa...
New







