From 5d837d7068ea1446203544b6aa68358691872ff2 Mon Sep 17 00:00:00 2001 From: Harshavardhan Musanalli Date: Sun, 2 Nov 2025 16:18:51 +0100 Subject: [PATCH] sqlite-to-mysql migration script for uptimekuma (#126) * sqlite-to-mysql migration script for uptimekuma * Update Migration-From-v1-To-v2.md Co-authored-by: Frank Elsinga --------- Co-authored-by: Frank Elsinga --- 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 1800bb5..3edb0c3 100644 --- a/Migration-From-v1-To-v2.md +++ b/Migration-From-v1-To-v2.md @@ -199,4 +199,9 @@ node --version ### Can I migrate my existing SQLite database to MariaDB? -Cannot be done directly. You will need to export your data from SQLite and import it into MariaDB using 3rd party tools. + Cannot be done directly and is not supported by us. +You will need to export your data from SQLite and import it into MariaDB using 3rd party tools such as [sqlite3tomysql](https://github.com/harshavmb/sqlite3tomysql). + +> [!IMPORTANT] +> We don't have the capacity to deal with issues that come from such migrations. +> If you run into any issues afterwards, please reproduce that your issue is caused by us and not the migration you did using a fresh installation first.