Add base logic to support sending a request to restore a backup for a server

This commit is contained in:
Dane Everitt
2021-01-17 17:51:09 -08:00
parent 805952ac38
commit 87371901c0
9 changed files with 229 additions and 237 deletions

View File

@@ -66,6 +66,7 @@ class Server extends Model
const STATUS_INSTALLING = 'installing';
const STATUS_INSTALL_FAILED = 'install_failed';
const STATUS_SUSPENDED = 'suspended';
const STATUS_RESTORING_BACKUP = 'restoring_backup';
/**
* The table associated with the model.