mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-02-11 03:03:34 +00:00
More details of what to do.
This commit is contained in:
parent
5e4361de28
commit
db8a9c495c
@ -70,6 +70,12 @@ box.</p>
|
||||
<p>On your database server you will need to create a user called
|
||||
'general' which should not be able to create databases or users,
|
||||
and which will be granted minimum privileges for the application.</p>
|
||||
<pre>
|
||||
createuser --no-createdb --no-createrole general
|
||||
</pre>
|
||||
|
||||
<p>You may need to become the 'postgres' user to do this, in which case
|
||||
you will need to be the postgres user to create the database as well.</p>
|
||||
|
||||
<p>To create the database itself, run the script:</p>
|
||||
<pre>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user