diff options
| author | Mia Herkt <mia@0x0.st> | 2022-11-29 17:23:56 +0100 |
|---|---|---|
| committer | Mia Herkt <mia@0x0.st> | 2022-11-29 17:23:56 +0100 |
| commit | aa443178e1fdd30504850fb1ebde138491cd3a48 (patch) | |
| tree | 19458f63b122e1cf2905f36d863ebefa8804bdc2 | |
| parent | db9a20c94d395b273caf24dfcc6a48ab3d020768 (diff) | |
README: Also run db upgrade after git pull!
| -rw-r--r-- | README.rst | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -44,7 +44,8 @@ now and then. You can use the provided systemd unit files for this:: Make sure to edit them to match your system configuration. In particular, set the user and paths in ``0x0-prune.service``. -Before running the service for the first time, run ``FLASK_APP=fhost flask db upgrade``. +Before running the service for the first time and every time you update it +from this git repository, run ``FLASK_APP=fhost flask db upgrade``. NSFW Detection |
