From: Jean Flach Date: Thu, 19 Apr 2018 15:46:32 +0000 (+0200) Subject: Update 02-getting-started.md X-Git-Tag: v2.9.0~79^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=refs%2Fpull%2F6243%2Fhead;p=icinga2 Update 02-getting-started.md Older versions which use createlang are not supported anzmore --- diff --git a/doc/02-getting-started.md b/doc/02-getting-started.md index 522cb3c1a..682ae30b1 100644 --- a/doc/02-getting-started.md +++ b/doc/02-getting-started.md @@ -714,13 +714,10 @@ Set up a PostgreSQL database for Icinga 2: # cd /tmp # sudo -u postgres psql -c "CREATE ROLE icinga WITH LOGIN PASSWORD 'icinga'" # sudo -u postgres createdb -O icinga -E UTF8 icinga - # sudo -u postgres createlang plpgsql icinga > **Note** > -> When using PostgreSQL 9.x or higher, the `createlang` command can be omitted. -> Also it is assumed here that your locale is set to utf-8, you may run into -> problems otherwise. +> It is assumed here that your locale is set to utf-8, you may run into problems otherwise. Locate your pg\_hba.conf (Debian: `/etc/postgresql/*/main/pg_hba.conf`, RHEL/SUSE: `/var/lib/pgsql/data/pg_hba.conf`), add the icinga user with md5