Password Reset via CLI does not work on Embedded MariaDB #4011

Open
opened 2026-02-28 03:48:07 -05:00 by deekerman · 9 comments
Owner

Originally created by @dragdom76 on GitHub (Feb 28, 2025).

Could not find anything related to this topic for 2.0.0-beta.1

🛡️ Security Policy

Description

When trying to run the command npm run reset-password It starts the tool but I am never prompted to provide a new password. Only happens with Embedded MariaDB. SQLite it runs as expected.

👟 Reproduction steps

  • Start Uptime Kuma Container
  • Run docker exec -it <container name> bash
  • Run npm run reset-password

👀 Expected behavior

Prompt to enter a new password and then confirm the password.

😓 Actual Behavior

The log output belows shows the repeated output.

🐻 Uptime-Kuma Version

2.0.0-beta.1

💻 Operating System and Arch

Ubuntu Desktop 24.04

🌐 Browser

Edge

🖥️ Deployment Environment

  • Runtime: Docker Engine Community 28.0.1
  • Database: Embedded MariaDB
  • Filesystem used to store the database on: Ext 3/ext4 filesystem in Hyper-V VM
  • number of monitors: 0

📝 Relevant log output

root@d1438a76604b:/app# npm run reset-password

> uptime-kuma@2.0.0-beta.1 reset-password
> node extra/reset-password.js

== Uptime Kuma Reset Password Tool ==
Connecting the database
2025-02-28T20:41:32+00:00 [SERVER] INFO: Data Dir: ./data/
2025-02-28T20:41:32+00:00 [DB] INFO: Database Type: embedded-mariadb
2025-02-28T20:41:32+00:00 [MARIADB] INFO: Starting Embedded MariaDB
2025-02-28T20:41:32+00:00 [MARIADB] INFO: 2025-02-28 20:41:32 0 [Note] Starting MariaDB 10.11.6-MariaDB-0+deb12u1 source revision  as process 335

2025-02-28T20:41:32+00:00 [MARIADB] INFO: 2025-02-28 20:41:32 0 [ERROR] mariadbd: Can't lock aria control file '/app/data/mariadb/aria_log_control' for exclusive use, error: 11. Will retry for 30 seconds

2025-02-28T20:41:33+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start...
2025-02-28T20:41:34+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start...
2025-02-28T20:41:35+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start...
2025-02-28T20:41:36+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start...
2025-02-28T20:41:37+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start...
2025-02-28T20:41:38+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start...
2025-02-28T20:41:39+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start...
2025-02-28T20:41:40+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start...
2025-02-28T20:41:41+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start...
2025-02-28T20:41:42+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start...
2025-02-28T20:41:43+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start...
2025-02-28T20:41:44+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start...
2025-02-28T20:41:45+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start...
2025-02-28T20:41:46+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start...
2025-02-28T20:41:47+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start...
2025-02-28T20:41:48+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start...
2025-02-28T20:41:49+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start...
2025-02-28T20:41:50+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start...
2025-02-28T20:41:51+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start...
2025-02-28T20:41:52+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start...
2025-02-28T20:41:53+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start...
2025-02-28T20:41:54+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start...
2025-02-28T20:41:55+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start...
2025-02-28T20:41:56+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start...
2025-02-28T20:41:57+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start...
2025-02-28T20:41:58+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start...
2025-02-28T20:41:59+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start...
2025-02-28T20:42:00+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start...
2025-02-28T20:42:01+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start...
2025-02-28T20:42:02+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start...
2025-02-28T20:42:02+00:00 [MARIADB] INFO: 2025-02-28 20:42:02 0 [ERROR] mariadbd: Got error 'Could not get an exclusive lock; file is probably in use by another process' when trying to use aria control file '/app/data/mariadb/aria_log_control'
2025-02-28 20:42:02 0 [ERROR] Plugin 'Aria' registration as a STORAGE ENGINE failed.

2025-02-28T20:42:02+00:00 [MARIADB] INFO: 2025-02-28 20:42:02 0 [Note] InnoDB: Compressed tables use zlib 1.2.13

2025-02-28T20:42:02+00:00 [MARIADB] INFO: 2025-02-28 20:42:02 0 [Note] InnoDB: Number of transaction pools: 1

2025-02-28T20:42:02+00:00 [MARIADB] INFO: 2025-02-28 20:42:02 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions
2025-02-28 20:42:02 0 [Warning] mariadbd: io_uring_queue_init() failed with errno 11
2025-02-28 20:42:02 0 [Warning] InnoDB: liburing disabled: falling back to innodb_use_native_aio=OFF

2025-02-28T20:42:02+00:00 [MARIADB] INFO: 2025-02-28 20:42:02 0 [Note] InnoDB: Initializing buffer pool, total size = 128.000MiB, chunk size = 2.000MiB

2025-02-28T20:42:02+00:00 [MARIADB] INFO: 2025-02-28 20:42:02 0 [Note] InnoDB: Completed initialization of buffer pool

2025-02-28T20:42:02+00:00 [MARIADB] INFO: 2025-02-28 20:42:02 0 [ERROR] InnoDB: Unable to lock ./ibdata1 error: 11
2025-02-28 20:42:02 0 [Note] InnoDB: Check that you do not already have another mariadbd process using the same InnoDB data or log files.
2025-02-28 20:42:02 0 [ERROR] InnoDB: Plugin initialization aborted with error Generic error
2025-02-28 20:42:02 0 [Note] InnoDB: Starting shutdown...

2025-02-28T20:42:02+00:00 [MARIADB] INFO: 2025-02-28 20:42:02 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.

2025-02-28T20:42:02+00:00 [MARIADB] INFO: 2025-02-28 20:42:02 0 [Note] Plugin 'FEEDBACK' is disabled.
2025-02-28 20:42:02 0 [ERROR] Could not open mysql.plugin table: "Unknown storage engine 'Aria'". Some plugins may be not loaded
2025-02-28 20:42:02 0 [ERROR] Failed to initialize plugins.
2025-02-28 20:42:02 0 [ERROR] Aborting

2025-02-28T20:42:02+00:00 [MARIADB] INFO: Stopped Embedded MariaDB: 1
2025-02-28T20:42:02+00:00 [MARIADB] ERROR: Try to restart Embedded MariaDB as it is not stopped by user
2025-02-28T20:42:02+00:00 [MARIADB] INFO: Starting Embedded MariaDB
2025-02-28T20:42:02+00:00 [MARIADB] INFO: 2025-02-28 20:42:02 0 [Note] Starting MariaDB 10.11.6-MariaDB-0+deb12u1 source revision  as process 338

2025-02-28T20:42:02+00:00 [MARIADB] INFO: 2025-02-28 20:42:02 0 [ERROR] mariadbd: Can't lock aria control file '/app/data/mariadb/aria_log_control' for exclusive use, error: 11. Will retry for 30 seconds

2025-02-28T20:42:03+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start...
2025-02-28T20:42:04+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start...
2025-02-28T20:42:05+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start...
^C
root@d1438a76604b:/app# 
Originally created by @dragdom76 on GitHub (Feb 28, 2025). ### 📑 I have found these related issues/pull requests Could not find anything related to this topic for 2.0.0-beta.1 ### 🛡️ Security Policy - [x] I agree to have read this project [Security Policy](https://github.com/louislam/uptime-kuma/security/policy) ### Description When trying to run the command npm run reset-password It starts the tool but I am never prompted to provide a new password. Only happens with Embedded MariaDB. SQLite it runs as expected. ### 👟 Reproduction steps - Start Uptime Kuma Container - Run `docker exec -it <container name> bash` - Run `npm run reset-password` ### 👀 Expected behavior Prompt to enter a new password and then confirm the password. ### 😓 Actual Behavior The log output belows shows the repeated output. ### 🐻 Uptime-Kuma Version 2.0.0-beta.1 ### 💻 Operating System and Arch Ubuntu Desktop 24.04 ### 🌐 Browser Edge ### 🖥️ Deployment Environment - Runtime: Docker Engine Community 28.0.1 - Database: Embedded MariaDB - Filesystem used to store the database on: Ext 3/ext4 filesystem in Hyper-V VM - number of monitors: 0 ### 📝 Relevant log output ```shell root@d1438a76604b:/app# npm run reset-password > uptime-kuma@2.0.0-beta.1 reset-password > node extra/reset-password.js == Uptime Kuma Reset Password Tool == Connecting the database 2025-02-28T20:41:32+00:00 [SERVER] INFO: Data Dir: ./data/ 2025-02-28T20:41:32+00:00 [DB] INFO: Database Type: embedded-mariadb 2025-02-28T20:41:32+00:00 [MARIADB] INFO: Starting Embedded MariaDB 2025-02-28T20:41:32+00:00 [MARIADB] INFO: 2025-02-28 20:41:32 0 [Note] Starting MariaDB 10.11.6-MariaDB-0+deb12u1 source revision as process 335 2025-02-28T20:41:32+00:00 [MARIADB] INFO: 2025-02-28 20:41:32 0 [ERROR] mariadbd: Can't lock aria control file '/app/data/mariadb/aria_log_control' for exclusive use, error: 11. Will retry for 30 seconds 2025-02-28T20:41:33+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start... 2025-02-28T20:41:34+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start... 2025-02-28T20:41:35+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start... 2025-02-28T20:41:36+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start... 2025-02-28T20:41:37+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start... 2025-02-28T20:41:38+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start... 2025-02-28T20:41:39+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start... 2025-02-28T20:41:40+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start... 2025-02-28T20:41:41+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start... 2025-02-28T20:41:42+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start... 2025-02-28T20:41:43+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start... 2025-02-28T20:41:44+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start... 2025-02-28T20:41:45+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start... 2025-02-28T20:41:46+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start... 2025-02-28T20:41:47+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start... 2025-02-28T20:41:48+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start... 2025-02-28T20:41:49+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start... 2025-02-28T20:41:50+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start... 2025-02-28T20:41:51+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start... 2025-02-28T20:41:52+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start... 2025-02-28T20:41:53+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start... 2025-02-28T20:41:54+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start... 2025-02-28T20:41:55+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start... 2025-02-28T20:41:56+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start... 2025-02-28T20:41:57+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start... 2025-02-28T20:41:58+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start... 2025-02-28T20:41:59+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start... 2025-02-28T20:42:00+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start... 2025-02-28T20:42:01+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start... 2025-02-28T20:42:02+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start... 2025-02-28T20:42:02+00:00 [MARIADB] INFO: 2025-02-28 20:42:02 0 [ERROR] mariadbd: Got error 'Could not get an exclusive lock; file is probably in use by another process' when trying to use aria control file '/app/data/mariadb/aria_log_control' 2025-02-28 20:42:02 0 [ERROR] Plugin 'Aria' registration as a STORAGE ENGINE failed. 2025-02-28T20:42:02+00:00 [MARIADB] INFO: 2025-02-28 20:42:02 0 [Note] InnoDB: Compressed tables use zlib 1.2.13 2025-02-28T20:42:02+00:00 [MARIADB] INFO: 2025-02-28 20:42:02 0 [Note] InnoDB: Number of transaction pools: 1 2025-02-28T20:42:02+00:00 [MARIADB] INFO: 2025-02-28 20:42:02 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions 2025-02-28 20:42:02 0 [Warning] mariadbd: io_uring_queue_init() failed with errno 11 2025-02-28 20:42:02 0 [Warning] InnoDB: liburing disabled: falling back to innodb_use_native_aio=OFF 2025-02-28T20:42:02+00:00 [MARIADB] INFO: 2025-02-28 20:42:02 0 [Note] InnoDB: Initializing buffer pool, total size = 128.000MiB, chunk size = 2.000MiB 2025-02-28T20:42:02+00:00 [MARIADB] INFO: 2025-02-28 20:42:02 0 [Note] InnoDB: Completed initialization of buffer pool 2025-02-28T20:42:02+00:00 [MARIADB] INFO: 2025-02-28 20:42:02 0 [ERROR] InnoDB: Unable to lock ./ibdata1 error: 11 2025-02-28 20:42:02 0 [Note] InnoDB: Check that you do not already have another mariadbd process using the same InnoDB data or log files. 2025-02-28 20:42:02 0 [ERROR] InnoDB: Plugin initialization aborted with error Generic error 2025-02-28 20:42:02 0 [Note] InnoDB: Starting shutdown... 2025-02-28T20:42:02+00:00 [MARIADB] INFO: 2025-02-28 20:42:02 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed. 2025-02-28T20:42:02+00:00 [MARIADB] INFO: 2025-02-28 20:42:02 0 [Note] Plugin 'FEEDBACK' is disabled. 2025-02-28 20:42:02 0 [ERROR] Could not open mysql.plugin table: "Unknown storage engine 'Aria'". Some plugins may be not loaded 2025-02-28 20:42:02 0 [ERROR] Failed to initialize plugins. 2025-02-28 20:42:02 0 [ERROR] Aborting 2025-02-28T20:42:02+00:00 [MARIADB] INFO: Stopped Embedded MariaDB: 1 2025-02-28T20:42:02+00:00 [MARIADB] ERROR: Try to restart Embedded MariaDB as it is not stopped by user 2025-02-28T20:42:02+00:00 [MARIADB] INFO: Starting Embedded MariaDB 2025-02-28T20:42:02+00:00 [MARIADB] INFO: 2025-02-28 20:42:02 0 [Note] Starting MariaDB 10.11.6-MariaDB-0+deb12u1 source revision as process 338 2025-02-28T20:42:02+00:00 [MARIADB] INFO: 2025-02-28 20:42:02 0 [ERROR] mariadbd: Can't lock aria control file '/app/data/mariadb/aria_log_control' for exclusive use, error: 11. Will retry for 30 seconds 2025-02-28T20:42:03+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start... 2025-02-28T20:42:04+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start... 2025-02-28T20:42:05+00:00 [MARIADB] INFO: Waiting for Embedded MariaDB to start... ^C root@d1438a76604b:/app# ```
Author
Owner

@ShadNex commented on GitHub (Mar 21, 2025):

In case anyone runs into the same issue and needs to reset the password, here's how I was able to reset it:

  1. Connect to the Docker container
    docker exec -it <container_name>

  2. Connect to the database
    mariadb -S data/run/mariadb.sock

  3. Use the following commands to set the password to password for the admin (should be id=1)
    USE kuma;
    UPDATE user SET password="$2y$10$IWoZl5q9Tvvp1wxROvi4hOul7XP.rfyrvm4xbm7ufVANke1nfvLIu" WHERE id=1;

@ShadNex commented on GitHub (Mar 21, 2025): In case anyone runs into the same issue and needs to reset the password, here's how I was able to reset it: 1. Connect to the Docker container `docker exec -it <container_name>` 2. Connect to the database `mariadb -S data/run/mariadb.sock` 3. Use the following commands to set the password to _password_ for the admin (should be id=1) `USE kuma;` `UPDATE user SET password="$2y$10$IWoZl5q9Tvvp1wxROvi4hOul7XP.rfyrvm4xbm7ufVANke1nfvLIu" WHERE id=1;`
Author
Owner

@happy-game commented on GitHub (Apr 20, 2025):

This issue should be caused by the creation of a database instance when server/server.js is started, which then occupies the Embedded MariaDB through this instance. Subsequently, when extra/reset-password.js is started, the Embedded MariaDB has already been occupied and locked, resulting in the failure.

@happy-game commented on GitHub (Apr 20, 2025): This issue should be caused by the creation of a database instance when `server/server.js` is started, which then **occupies the Embedded MariaDB** through this instance. Subsequently, when `extra/reset-password.js `is started, **the Embedded MariaDB has already been occupied and locked**, resulting in the failure.
Author
Owner

@sharafabacery commented on GitHub (Jan 10, 2026):

How about create an endpoint for reset password if the direct call could not reset password
and if using that method how could protect that endpoint any ideas?
my only idea is using environment variable or saving something like pin in database for that type of reset?
or could know the type of database and if it maria I make iit execute like
mariadb -S data/run/mariadb.sock USE kuma; UPDATE user SET password="$2y$10$IWoZl5q9Tvvp1wxROvi4hOul7XP.rfyrvm4xbm7ufVANke1nfvLIu" WHERE id=1;

@chakflying

@sharafabacery commented on GitHub (Jan 10, 2026): How about create an endpoint for reset password if the direct call could not reset password and if using that method how could protect that endpoint any ideas? my only idea is using environment variable or saving something like pin in database for that type of reset? or could know the type of database and if it maria I make iit execute like ` mariadb -S data/run/mariadb.sock USE kuma; UPDATE user SET password="$2y$10$IWoZl5q9Tvvp1wxROvi4hOul7XP.rfyrvm4xbm7ufVANke1nfvLIu" WHERE id=1; ` @chakflying
Author
Owner

@chakflying commented on GitHub (Jan 10, 2026):

Yeah I think the password reset tool having the understanding that it needs to connect to the existing database instead of starting a new one should be a good solution, just need to be careful to minimize code duplication.

@chakflying commented on GitHub (Jan 10, 2026): Yeah I think the password reset tool having the understanding that it needs to connect to the existing database instead of starting a new one should be a good solution, just need to be careful to minimize code duplication.
Author
Owner

@CommanderStorm commented on GitHub (Jan 10, 2026):

create an endpoint for reset password

The problem there is how do we authorize ourselves against this. Since we don't know the current password, this might be a bit hard without security issues

@CommanderStorm commented on GitHub (Jan 10, 2026): > create an endpoint for reset password The problem there is how do we authorize ourselves against this. Since we don't know the current password, this might be a bit hard without security issues
Author
Owner

@sharafabacery commented on GitHub (Jan 10, 2026):

@CommanderStorm I understand the problem off endpoint for that I think of it alot could try using this approach
mariadb -S data/run/mariadb.sock
And if will get you feedback how it's going?

@sharafabacery commented on GitHub (Jan 10, 2026): @CommanderStorm I understand the problem off endpoint for that I think of it alot could try using this approach `mariadb -S data/run/mariadb.sock` And if will get you feedback how it's going?
Author
Owner

@CommanderStorm commented on GitHub (Jan 10, 2026):

Using the cli does not solve this problem because the problem is that we also need to support external Mariadb and sqlite. As @chakflying hinted at, this work will need to refactor how we do the database connection logicfrom the json file into a reusable chunk.

@CommanderStorm commented on GitHub (Jan 10, 2026): Using the cli does not solve this problem because the problem is that we also need to support external Mariadb and sqlite. As @chakflying hinted at, this work will need to refactor how we do the database connection logicfrom the json file into a reusable chunk.
Author
Owner

@ljasinskipl commented on GitHub (Feb 7, 2026):

In case anyone runs into the same issue and needs to reset the password, here's how I was able to reset it:

1. Connect to the Docker container
   `docker exec -it <container_name>`

2. Connect to the database
   `mariadb -S data/run/mariadb.sock`

3. Use the following commands to set the password to _password_ for the admin (should be id=1)
   `USE kuma;`
   `UPDATE user SET password="$2y$10$IWoZl5q9Tvvp1wxROvi4hOul7XP.rfyrvm4xbm7ufVANke1nfvLIu" WHERE id=1;`

Noob question here: how do you get your password string?

@ljasinskipl commented on GitHub (Feb 7, 2026): > In case anyone runs into the same issue and needs to reset the password, here's how I was able to reset it: > > 1. Connect to the Docker container > `docker exec -it <container_name>` > > 2. Connect to the database > `mariadb -S data/run/mariadb.sock` > > 3. Use the following commands to set the password to _password_ for the admin (should be id=1) > `USE kuma;` > `UPDATE user SET password="$2y$10$IWoZl5q9Tvvp1wxROvi4hOul7XP.rfyrvm4xbm7ufVANke1nfvLIu" WHERE id=1;` Noob question here: how do you get your password string?
Author
Owner

@sharafabacery commented on GitHub (Feb 8, 2026):

@ljasinskipl I think you could run password-hash.js it contans all functions of password , it based on bcryptjs and saltrounds =10

@sharafabacery commented on GitHub (Feb 8, 2026): @ljasinskipl I think you could run password-hash.js it contans all functions of password , it based on bcryptjs and saltrounds =10
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/uptime-kuma#4011
No description provided.