From 756b4887e375d9ba7bc7f9db32827bcc1149b6f5 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 22 May 2020 22:27:56 +0200 Subject: [PATCH] add comments on psql setup --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index ab4941f..03bdff8 100755 --- a/install.sh +++ b/install.sh @@ -29,8 +29,9 @@ apt-get install npm git php7.4 php7.4-dev php7.4-cli php7.4-common php7.4-mysql # update mysql.user set plugin='' where user='root'; # flush privileges; -# /etc/postgresq/... +# /etc/postgresq/hba_.. # change from md5 to trust +# login to psql and \password define new password update-rc.d postgresql enable service postgresql start