Distillery downgrade release when there is error

I am using Edeliver to manage server, and I deployed a release that has runtime error.

This made my application go down. And also due to this error, I could not start it.

What can I do in this situation, current release not starting, to rollback to previous release? I tried downgrade but it certainly needs a running application.

If you application has crashed, can’t you just restart it from the previously generated release ?

E.g. unpack _build/dev/rel/appname/releases/x.y.z/appname.tar.gz to the target location and restart it with ~/deploy/bin/appname console

1 Like

I see. That was obvious wasn’t it? :smiley:

Thanks.