Will Umami Continue Supporting MariaDB? #3393
-
|
On the website docs, MariaDB is not included in the list of compatible databases: "Umami supports MySQL (minimum v8.0) and PostgreSQL (minimum v12.14) databases" But here on the Github page, it is: "Umami supports MariaDB (minimum v10.5), MySQL (minimum v8.0) and PostgreSQL (minimum v12.14) databases." Installing Umami with MariaDB 11.7.2 was a bit tricky due to issues with Prisma and the migration files. In particular, a migration file tries to use the Since mine was a fresh install, my workaround was to just generate the schema manually and bypass the migrations, but future migrations in new versions of Umami might cause similar issues. So, it does raise the question: Is Umami moving away from supporting MariaDB? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
We may be moving away from MySQL entirely. It's a lot of work supporting multiple databases. Have you run Postgres before? |
Beta Was this translation helpful? Give feedback.
We may be moving away from MySQL entirely. It's a lot of work supporting multiple databases. Have you run Postgres before?