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 # 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] > [!TIP]
> It's always important to have a [backup strategy](./BACKUPS.md) in place. > 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) 3. Upgrade to `v25.10.1` by pinning the release version (See Examples below)
4. Start the container and verify everything works as expected. 4. Start the container and verify everything works as expected.
5. Stop the container 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 ##### Example 1: Mapping folders
@@ -245,5 +248,12 @@ services:
- PORT=20211 - PORT=20211
``` ```
🔻 TBC 🔺 🔻 TBC 🔺
```bash
docker run -it --rm --name netalertx --user "0" \
-v netalertx_config:/app/config \
-v netalertx_db:/app/db \
netalertx:latest
```

View File

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