mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 01:01:39 -05:00
fixed created postgresql username
thanks to @sshaikh for reporting
This commit is contained in:
parent
2f34f06591
commit
0394b31630
1 changed files with 2 additions and 2 deletions
|
|
@ -23,8 +23,8 @@ account to do so. This account needs to have superuser capabilities as
|
|||
the database population includes enabling the postgis extention:
|
||||
```sh
|
||||
sudo -u postgres psql <<EOF
|
||||
CREATE USER test PASSWORD 'UseAStrongPasswordAndKeepItSecret';
|
||||
ALTER USER test WITH SUPERUSER;
|
||||
CREATE USER dawarich PASSWORD 'UseAStrongPasswordAndKeepItSecret';
|
||||
ALTER USER dawarich WITH SUPERUSER;
|
||||
EOF
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue