frappe_docker
frappe_docker copied to clipboard
Restoring database in development containers
In development container Restoring database to site throws that file command is not found
Context information (for bug reports)
running
bench --site [site name] restore sql_path
It throws file command not found..
remedied with a temp fix..
sudo apt-get update
sudo apt-get install -y file
https://github.com/frappe/frappe_docker/blob/4be1624641aabe51033a4743a0f6735ea2c4b2be/images/bench/Dockerfile#L72
Pull latest image and rebuild dev container
This issue has been automatically marked as stale. You have a week to explain why you believe this is an error.