getting this error.
Looking at log seems site1.local
doesn’t exist. Could you please check frappe-bench/sites/
folder to make sure you are using correct site.
You could follow this post to get going.
Thanks I’ll just do that. but is that normal? I mean, what went wrong, if you have an idea.
Usually this happens when your MariaDB is not configured properly to use the Barracuda storage engine.
HI For this please Maria DB version Please have maria db version 10.2 else it wont work,Use below mentioned commands
-
sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xF1656F24C74CD1D8
-
sudo add-apt-repository ‘deb [arch=i386,ppc64el,amd64] Index of /mariadb/repo/10.2/ubuntu/ bionic main’
- sudo apt-get update
- sudo apt-get install -y mariadb-server-10.2 mariadb-client-10.2