Updated Migration From v1 To v2 (markdown)

Louis Lam 2024-10-31 10:47:26 +08:00
parent 33a9b19fec
commit 12b2d4da58

@ -128,7 +128,7 @@ Rootless tags are for users who want to run Uptime Kuma without root privileges,
Known issues:
- ⚠️ Not recommended for upgrading from v1 to v2.
- ⚠️ If file permission is not set correctly, Uptime Kuma will run into startup issues. You should set the `data` directory to `node:node (1001:1001)` user.
- ⚠️ If file permission is not set correctly, Uptime Kuma will run into startup issues. You should set the `data` directory to `node:node (1000:1000)` user.
- Docker monitor will not work without proper configure, as by default, it requires root privileges.
- Unable to use embedded MariaDB, you will need to use external MariaDB.
- Embedded MariaDB doesn't seem to be working on Docker Desktop (Windows), if you the `data` directory bind to a Windows folder.