From 6514c6d046ebfa466b494dc42d7ab6ca74a3b130 Mon Sep 17 00:00:00 2001 From: Dennis Dmitriev Date: Fri, 17 Mar 2017 14:05:53 +0200 Subject: [PATCH] Fix doc for md5->trust postgres access level Change-Id: Ic34128ff461741ee06dabdd4bffed53a8f7083ce --- doc/source/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/install.rst b/doc/source/install.rst index 48935a33..cd59d102 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -166,7 +166,7 @@ Set local peers to be trusted by default, create user and db and load fixtures. pg_version=$(dpkg-query --show --showformat='${version;3}' postgresql) pg_createcluster $pg_version main --start - sudo sed -ir 's/peer/trust/' /etc/postgresql/9.*/main/pg_hba.conf + sudo sed -ir 's/peer\|md5/trust/' /etc/postgresql/9.*/main/pg_hba.conf sudo service postgresql restart * default , and are **fuel_devops** (for **2.9.x and 3.0.x version**)