Replies: 1 comment 2 replies
-
MariaDB is not supported: #18 (comment) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
For the reason that Debian distro was totally switched from the mainline MySQL to scanty fork named MariaDB, your app generally cannot be installed on the Debian systems without wide system remake (especially if system already works in the production with a stock packages).
There is patch, which allows to adapt current version (6ca836d4262de3b88ef5b2e790f6eb300bc5cebd) of app for the Debian 11+, but due to mariadb functionality lack, many solutions in the patch will certainly seem dubious and non-elegant. I don't know what to do with this next, my own issue is solved, but I want to share my work done.
mariadb.patch
(place file to the project root and run: git apply mariadb.patch)
Beta Was this translation helpful? Give feedback.
All reactions