diff options
author | Rodrigo Martins <rm@firemail.cc> | 2021-03-29 15:43:47 +1100 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2021-03-29 15:45:10 +1100 |
commit | e0eff326d7aa9bd718a51de7624393f876566ca0 (patch) | |
tree | 2ea4144e51ab82b7c98b8e525cd11006f3a21a5b | |
parent | 9de3063d8e62471fbfa381c5ad0c2a69232febde (diff) | |
download | mediagoblin-e0eff326d7aa9bd718a51de7624393f876566ca0.tar.lz mediagoblin-e0eff326d7aa9bd718a51de7624393f876566ca0.tar.xz mediagoblin-e0eff326d7aa9bd718a51de7624393f876566ca0.zip |
docs: Mention that `dbupdate` is sometimes required after changing config.
Signed-off-by: Ben Sturmfels <ben@sturm.com.au>
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | docs/source/siteadmin/configuration.rst | 5 |
2 files changed, 6 insertions, 0 deletions
@@ -100,6 +100,7 @@ Thank you! * Rasmus Larsson * Robert Smith * Rodney Ewing +* Rodrigo Martins * Rodrigo Rodrigues da Silva * Romain Porte * Runar Petursson diff --git a/docs/source/siteadmin/configuration.rst b/docs/source/siteadmin/configuration.rst index c2cefa1f..92d77628 100644 --- a/docs/source/siteadmin/configuration.rst +++ b/docs/source/siteadmin/configuration.rst @@ -59,6 +59,11 @@ read and reference: option that we didn't tell you about. :) +Enabling extra media types or plugins may require an update to the database, so +after making changes, it is also a good idea to run:: + + $ ./bin/gmg dbupdate + Common changes ============== |