From 5526150e1a997bc252aa6376e6924f1b6bfff48a Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sat, 29 Mar 2014 12:28:19 -0500 Subject: [PATCH] Make the MediaGoblin databse user creation more deterministic. Thanks RuiSeabra for the suggestion! This commit sponsored by Chad Glendenin. Thanks, Chad! --- docs/source/siteadmin/deploying.rst | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst index 1cf633b3..34033adc 100644 --- a/docs/source/siteadmin/deploying.rst +++ b/docs/source/siteadmin/deploying.rst @@ -91,13 +91,7 @@ name will be ``mediagoblin`` too. To create our new user, run:: - sudo -u postgres createuser mediagoblin - -then answer NO to *all* the questions:: - - Shall the new role be a superuser? (y/n) n - Shall the new role be allowed to create databases? (y/n) n - Shall the new role be allowed to create more new roles? (y/n) n + sudo -u postgres createuser -A -D mediagoblin then create the database all our MediaGoblin data should be stored in:: -- 2.25.1