Jonathan Zappala
Jonathan Zappala

Reputation: 31

How do I force to stop a jelastic deployment process?

It's running since hours and I can't find an option to stop or rerun in the menus.

Upvotes: 1

Views: 520

Answers (2)

jerome
jerome

Reputation: 1

I don't know if it was the backup process, but i have waited a very long time, so, in the Jelastic CLI :

Tried to stop (but not fully deployed obviously)

~/jelastic/environment/control/stopenv --envName myEnvName

so

~/jelastic/environment/control/deleteenv --envName myEnvName

My late 2 cents,

Upvotes: 0

Dirty_Programmer
Dirty_Programmer

Reputation: 107

Sometimes action on environments will be stuck if nodes(containers) in that environment are being locked by some other process. Most commonly due to the backup process. So you will need to request the Hosting team/Engineer team to check and you can either stop the locking process or wait till the lock is released.

Upvotes: 1

Related Questions