diff --git a/docs/MIGRATION.md b/docs/MIGRATION.md index 4d7870c6..0d0da165 100755 --- a/docs/MIGRATION.md +++ b/docs/MIGRATION.md @@ -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 🔺 \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 8eb37a6c..ea76fe53 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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