From 4da3d40a7fed3b279bf74a4e2a018c9f3c5d512b Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Wed, 30 Oct 2024 00:17:48 +0800 Subject: [PATCH 1/3] Updated Migration From v1 To v2 (markdown) --- Migration-From-v1-To-v2.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Migration-From-v1-To-v2.md b/Migration-From-v1-To-v2.md index da20d7c..86237c0 100644 --- a/Migration-From-v1-To-v2.md +++ b/Migration-From-v1-To-v2.md @@ -62,7 +62,6 @@ Not available yet. ### Rootless Tags -⚠️ Rootless tags are for users who want to run Uptime Kuma without root privileges, but some features may not work as expected. | Tag | Description | |------------|--------------------------------------------------| @@ -91,6 +90,12 @@ Not available yet. #### Beta Rootless Tags +> [!WARNING] +> Rootless images are not recommended for upgrading from v1 to v2, you will run into startup issues likely. + +> [!WARNING] +> ⚠️ Rootless images are for users who want to run Uptime Kuma without root privileges, but some features may not work as expected. + | Tag | Description | |--------------------|-------------------------------------------| | beta-rootless | The latest of Beta version of Uptime Kuma (Rootless) | From ee5fd48e3d0900c55337101f5ff11f8df13a5578 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Wed, 30 Oct 2024 00:32:09 +0800 Subject: [PATCH 2/3] Updated Migration From v1 To v2 (markdown) --- Migration-From-v1-To-v2.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Migration-From-v1-To-v2.md b/Migration-From-v1-To-v2.md index 86237c0..408da4c 100644 --- a/Migration-From-v1-To-v2.md +++ b/Migration-From-v1-To-v2.md @@ -127,8 +127,9 @@ If you don't need the above features, you can use the slim version. Rootless tags are for users who want to run Uptime Kuma without root privileges, but some features may not work as expected. 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. - Docker monitor will not work without proper configure, as by default, it requires root privileges. -- If file permission is not set correctly, it may cause some issues. - Unable to use embedded MariaDB, you will need to use external MariaDB. ## Migration Steps (Docker) From d9d9d89acf7524254984ed76b6494114f8e07476 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Wed, 30 Oct 2024 00:37:43 +0800 Subject: [PATCH 3/3] Updated Migration From v1 To v2 (markdown) --- Migration-From-v1-To-v2.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Migration-From-v1-To-v2.md b/Migration-From-v1-To-v2.md index 408da4c..ef1d754 100644 --- a/Migration-From-v1-To-v2.md +++ b/Migration-From-v1-To-v2.md @@ -131,6 +131,7 @@ Known issues: - ⚠️ 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. - 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)