DOCS: Migration and Security features navigation link

This commit is contained in:
jokob-sk
2025-10-29 13:21:12 +11:00
parent 40341a856f
commit 2e76ff1df7
2 changed files with 15 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# Migration
If upgrading from older versions of NetAlertX (or PiAlert (by jokob-sk)) the following data and setup migration steps need to be followed.
When upgrading from older versions of NetAlertX (or PiAlert (by jokob-sk)) the following data and setup migration steps need to be followed.
> [!TIP]
> It's always important to have a [backup strategy](./BACKUPS.md) in place.
@@ -222,7 +222,10 @@ services:
3. Upgrade to `v25.10.1` by pinning the release version (See Examples below)
4. Start the container and verify everything works as expected.
5. Stop the container
6. 🔻 TBC 🔺
6. 🔻 TBC 🔺 Perform a one-off migration to the `20211` user `docker run -it --rm --name netalertx --user "0" -v netalertx_config:/app/config -v netalertx_db:/app/db netalertx:latest`
7. 🔻 TBC 🔺 Stop the container
8. 🔻 TBC 🔺 Switch to the latest `netalertx` image
9. 🔻 TBC 🔺 Start the container and verify everything works as expected.
##### Example 1: Mapping folders
@@ -245,5 +248,12 @@ services:
- PORT=20211
```
🔻 TBC 🔺
```bash
docker run -it --rm --name netalertx --user "0" \
-v netalertx_config:/app/config \
-v netalertx_db:/app/db \
netalertx:latest
```
🔻 TBC 🔺

View File

@@ -33,7 +33,8 @@ nav:
- Home Assistant: HOME_ASSISTANT.md
- Emails: SMTP.md
- Backups: BACKUPS.md
- Security: SECURITY.md
- Security Features: SECURITY_FEATURES.md
- Security Considerations: SECURITY.md
- Advanced guides:
- Remote Networks: REMOTE_NETWORKS.md
- Notifications Guide: NOTIFICATIONS.md