Has anyone found a way to use MySQL instead of MariaDB with Frappe. I’m getting so many errors and need to patch the database.py and schema.py scripts of Mariadb. I feel this is a bad practice altering files.
Thank you
Has anyone found a way to use MySQL instead of MariaDB with Frappe. I’m getting so many errors and need to patch the database.py and schema.py scripts of Mariadb. I feel this is a bad practice altering files.
Thank you
It’s strongly discouraged, it’s better to use PostgreSQL instead.
Can you post the errors? I haven’t seen any issues using MariaDB (dozens of servers, starting w/v13).
Are you using Docker images or installing packages directly in the OS? Which OS are you using?
I’m pretty sure Frappe gave up on supporting Postgres.