mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
28 lines
911 B
Markdown
28 lines
911 B
Markdown
# Maintenance Mode
|
|
|
|
Maintenance Mode will cause your PocketBase instance to shut down. The `pocketbase` process will exit and no further requests will be processed.
|
|
|
|
Maintenance Mode is helpful for the following tasks:
|
|
|
|
- Updating the version \[./upgrading.md]\(see upgrading)
|
|
- Backing up your data \[./backup-and-restore.md]\(see backing up and restoring)
|
|
- Emergency shutdown for any other reason you choose.
|
|
|
|
## Entering Maintenance Mode
|
|
|
|
To activate Maintenance Mode, navigate to your instance dashboard and head for the Danger Zone.
|
|
|
|
<div align="left">
|
|
|
|
<figure><img src="danger-zone.png" alt="" width="350" border=1><figcaption><p>Danger Zone</p></figcaption></figure>
|
|
|
|
</div>
|
|
|
|
Then, switch the instance to Maintenance Mode.
|
|
|
|
<div align="left" data-full-width="false">
|
|
|
|
<figure><img src="maintenance-mode.png" alt="" width="350" border=1><figcaption><p>Maintenance Mode</p></figcaption></figure>
|
|
|
|
</div>
|