diff --git a/Migration-From-v1-To-v2.md b/Migration-From-v1-To-v2.md index 4bc790b..8baf8c6 100644 --- a/Migration-From-v1-To-v2.md +++ b/Migration-From-v1-To-v2.md @@ -205,4 +205,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.