mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-22 22:12:24 +01:00
Add documentation for reload.sh and update.sh
This commit is contained in:
parent
077bdeb01c
commit
f4209d7a67
@ -23,6 +23,12 @@ FLASK_CONFIG=../config.cfg FLASK_APP=app/__init__.py flask db upgrade
|
||||
|
||||
# Enter docker
|
||||
docker exec -it contentdb_app_1 bash
|
||||
|
||||
# Hot/live reload (only works with FLASK_DEBUG=1)
|
||||
./utils/reload.sh
|
||||
|
||||
# Cold update a running version of CDB with minimal downtime
|
||||
./utils/update.sh
|
||||
```
|
||||
|
||||
## Database
|
||||
|
Loading…
Reference in New Issue
Block a user