server: track reinstall failures differently from initial install failures (#4531)
This commit is contained in:
parent
039ad4abf0
commit
a4f6870518
3 changed files with 13 additions and 1 deletions
|
@ -115,6 +115,7 @@ class Server extends Model
|
|||
|
||||
public const STATUS_INSTALLING = 'installing';
|
||||
public const STATUS_INSTALL_FAILED = 'install_failed';
|
||||
public const STATUS_REINSTALL_FAILED = 'reinstall_failed';
|
||||
public const STATUS_SUSPENDED = 'suspended';
|
||||
public const STATUS_RESTORING_BACKUP = 'restoring_backup';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue