adam26d
21
You can try downgrading mariadb to 10.3 like others have suggested or upgrade frappe to the lastest stable on your branch, eg. 14.1 → 14.8
cd your-bench
cd apps/frappe
git pull
bench restart
# if you have unneeded changes
git add .
git stash
git pull
adam26d
22
On Mac
Now, edit the MariaDB configuration file (this step is not required for Frappe v15.21.0 or above).
nano /usr/local/etc/my.cnf
For Apple Silicon (non Intel macs), the path for the MariaDB config is
nano /opt/homebrew/etc/my.cnf