From 974378c29288549b9a05af49c37d3492f7a15e93 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Mon, 28 Nov 2022 10:38:44 -0700 Subject: Add migrations to installation --- docs/installation.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/installation.rst b/docs/installation.rst index 9f23e41..3574338 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -119,6 +119,18 @@ be provided from the first boot. should get them. +Migrations +---------- + +You will have to run ``manage.py migrate`` when you first install Takahē in +order to create the database tables; how you do this is up to you. You can +shell into a running machine, create a one-off task that uses the Docker image, +or something else. + +You will also have to run this for minor version releases when new migrations +are present; the release notes for each release will tell you if one is. + + Making An Admin Account ----------------------- -- cgit v1.2.3