Skip to content

Commit

Permalink
Merge pull request #368 from timmullin/RE-55
Browse files Browse the repository at this point in the history
Document possible statuses in /var/cpanel/elevate
  • Loading branch information
toddr authored Feb 1, 2024
2 parents fe87530 + e5f23f4 commit 3669239
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs-website-src/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,21 @@ You can check the current status of the elevation process by running:
/scripts/elevate-cpanel --status
```

### Where are the current stage and status stored?

They are stored in the JSON file `/var/cpanel/elevate` as values for the
`stage_number` and `status` keys.

During execution `stage_number` will be set to `1` through `5`. Upon
completion the `stage_number` will be set to `6`.

The possible values for `status` are:

* `running`
* `paused`
* `success`
* `failed`

### How to check elevate log?

The main log from the `/scripts/elevate-cpanel` can be read by running:
Expand Down

0 comments on commit 3669239

Please sign in to comment.