Make the MediaGoblin databse user creation more deterministic.
Thanks RuiSeabra for the suggestion! This commit sponsored by Chad Glendenin. Thanks, Chad!
This commit is contained in:
parent
052d3d985a
commit
5526150e1a
@ -91,13 +91,7 @@ name will be ``mediagoblin`` too.
|
|||||||
|
|
||||||
To create our new user, run::
|
To create our new user, run::
|
||||||
|
|
||||||
sudo -u postgres createuser mediagoblin
|
sudo -u postgres createuser -A -D 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
|
|
||||||
|
|
||||||
then create the database all our MediaGoblin data should be stored in::
|
then create the database all our MediaGoblin data should be stored in::
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user