mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-10 23:17:37 +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
|
# Enter docker
|
||||||
docker exec -it contentdb_app_1 bash
|
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
|
## Database
|
||||||
|
Loading…
Reference in New Issue
Block a user