mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-05 09:08:09 +01:00
Fix pgsql seems v14 now.
This commit is contained in:
@@ -112,8 +112,8 @@ before_install:
|
|||||||
#ps fauxww | grep postgres
|
#ps fauxww | grep postgres
|
||||||
ls /etc/postgresql/13/main/
|
ls /etc/postgresql/13/main/
|
||||||
|
|
||||||
sudo sed -i -e '/local.*peer/s/postgres/all/' -e 's/peer\|md5/trust/g' /etc/postgresql/13/main/pg_hba.conf
|
sudo sed -i -e '/local.*peer/s/postgres/all/' -e 's/peer\|md5/trust/g' /etc/postgresql/14/main/pg_hba.conf
|
||||||
sudo cat /etc/postgresql/13/main/pg_hba.conf
|
sudo cat /etc/postgresql/14/main/pg_hba.conf
|
||||||
|
|
||||||
sudo service postgresql restart
|
sudo service postgresql restart
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user