From 1c1dfde2c4da6016b2154aa4b21fa5331931c5b5 Mon Sep 17 00:00:00 2001 From: Adarnof Date: Thu, 5 Oct 2017 15:06:34 -0400 Subject: [PATCH] Mention database migrations in update docs. --- docs/installation/auth/allianceauth.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/installation/auth/allianceauth.md b/docs/installation/auth/allianceauth.md index 3b9e10de..71e8c173 100644 --- a/docs/installation/auth/allianceauth.md +++ b/docs/installation/auth/allianceauth.md @@ -153,5 +153,7 @@ Once installed, move onto the [Gunicorn Guide](gunicorn.md) and decide on whethe Periodically [new releases](https://github.com/allianceauth/allianceauth/releases/) are issued with bug fixes and new features. To update your install, simply activate your virtual environment and update with `pip install --upgrade allianceauth`. Be sure to read the release notes which will highlight changes. Some releases come with changes to settings: update your project's settings with `allianceauth update /home/allianceserver/myauth`. + +Some releases come with new or changed models. Update your database to reflect this with `python /home/allianceserver/myauth/manage.py migrate`. Always restart celery and gunicorn after updating. \ No newline at end of file