From 12b2d4da583296788f266fabcbbc997e36fc19cc Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Thu, 31 Oct 2024 10:47:26 +0800 Subject: [PATCH 1/2] Updated Migration From v1 To v2 (markdown) --- Migration-From-v1-To-v2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Migration-From-v1-To-v2.md b/Migration-From-v1-To-v2.md index ef1d754..701623b 100644 --- a/Migration-From-v1-To-v2.md +++ b/Migration-From-v1-To-v2.md @@ -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. From 8bd9c2d6702f59501f9ac26d30c56b23c173187f Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Thu, 31 Oct 2024 18:45:48 +0800 Subject: [PATCH 2/2] Updated Migration From v1 To v2 (markdown) --- Migration-From-v1-To-v2.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Migration-From-v1-To-v2.md b/Migration-From-v1-To-v2.md index 701623b..d8f5717 100644 --- a/Migration-From-v1-To-v2.md +++ b/Migration-From-v1-To-v2.md @@ -130,7 +130,6 @@ 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 (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. ## Migration Steps (Docker)