Restore database with sql file
Closed this issue · 1 comments
AlexsanderCostaDEV commented
rjhenry commented
Assuming you're using the standard docker compose up deployment:
docker exec -i docker-bookstack-mysql-1 mysql -ubookstack -psecret bookstack < 127_0_0_1.sql
For more information, read the MySQL documentation and the Docker documentation.
