frappe_docker icon indicating copy to clipboard operation
frappe_docker copied to clipboard

Restoring database in development containers

Open meaziz opened this issue 9 months ago • 2 comments

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

meaziz avatar Apr 26 '24 17:04 meaziz

https://github.com/frappe/frappe_docker/blob/4be1624641aabe51033a4743a0f6735ea2c4b2be/images/bench/Dockerfile#L72

Pull latest image and rebuild dev container

revant avatar May 02 '24 13:05 revant

This issue has been automatically marked as stale. You have a week to explain why you believe this is an error.

github-actions[bot] avatar Jul 02 '24 00:07 github-actions[bot]