Overview Frappe, Docker, self-hosting

This is my apps,json :
[
{
“url”: “GitHub - frappe/erpnext: Free and Open Source Enterprise Resource Planning (ERP)”,
“branch”: “version-15”
},
{
“url”: “GitHub - frappe/education: Open source education / school management system”,
“branch”: “version-15”
}

]

This means you don’t have db. Something is wrong with it. If by any chance you’ve a backup you’re safe. Or else you’ve to start fresh again.

I tried removing images , containers and removing frappe repository completely and strated from beginning and yet got the same error multiple times.
Every time i cheak the mariadb the db_name is missing.

Try stopping the containers, and pruning everything before re-composing. Note that this may affect other Docker objects so prune carefully.

https://docs.docker.com/engine/manage-resources/pruning/

As i said did pruning everything and started the whole process again.

  • As per my understanding the docker image should create database with the name of “db_name” in mariadb. but its happening.
  • is this happening because iam trying to install expnext and education app?