Adding info to the docs about running dbupdate
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 15 Dec 2012 00:29:00 +0000 (18:29 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 15 Dec 2012 00:29:00 +0000 (18:29 -0600)
Both adding info to run it when adding new media types, and adding
info that you might need to stop mediagoblin before you run these
commands.

docs/source/siteadmin/deploying.rst
docs/source/siteadmin/media-types.rst

index 0eb67be4953475cae5bc3a693f9b8ae372738370..91406f9665155e0790497251b597a72f61acb32e 100644 (file)
@@ -191,6 +191,12 @@ codebase, you should also run::
 
     ./bin/python setup.py develop --upgrade && ./bin/gmg dbupdate
 
+Note: If you are running an active site, depending on your server
+configuration, you may need to stop it first or the dbupdate command
+may hang (and it's certainly a good idea to restart it after the
+update)
+
+
 Deploy MediaGoblin Services
 ---------------------------
 
index 5653217fbebaf36f951c31d236ae01e5a7032596..3b46c1b642657815c2ac3094978823b639cdc8f3 100644 (file)
@@ -43,6 +43,15 @@ video media types, then the list would look like this::
 
     media_types = mediagoblin.media_types.image, mediagoblin.media_types.video
 
+Note that after enabling new media types, you must run dbupdate like so::
+
+    ./bin/gmg dbupdate
+
+If you are running an active site, depending on your server
+configuration, you may need to stop it first (and it's certainly a
+good idea to restart it after the update).
+
+
 How does MediaGoblin decide which media type to use for a file?
 ===============================================================