mirror of
https://github.com/Icinga/icingadb.git
synced 2026-06-09 00:42:37 -04:00
parent
2cf4529cc0
commit
21ad40cf07
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ Set up a PostgreSQL database for Icinga DB:
|
|||
# su -l postgres
|
||||
|
||||
createuser -P icingadb
|
||||
createdb -E UTF8 -O icingadb icingadb
|
||||
createdb -E UTF8 --locale en_US.UTF-8 -T template0 -O icingadb icingadb
|
||||
psql icingadb <<<'CREATE EXTENSION IF NOT EXISTS citext;'
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue