Task [install erpnext app] error

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.

yeah i just did. there’s not site1.local
then I did this and got mariadb error.

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

  1. sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xF1656F24C74CD1D8

  2. sudo add-apt-repository ‘deb [arch=i386,ppc64el,amd64] Index of /mariadb/repo/10.2/ubuntu/ bionic main’


  1. sudo apt-get update

  1. sudo apt-get install -y mariadb-server-10.2 mariadb-client-10.2