Project

General

Profile

Actions

Bug #11093

closed

PostGreSql config path in scripts/dev.sh should be set according to the used OS.

Added by Raphael GAUTHIER almost 7 years ago. Updated 9 months ago.

Status:
Rejected
Priority:
N/A
Category:
Rudder dev tools
Target version:
-
Severity:
Minor - inconvenience | misleading | easy workaround
UX impact:
User visibility:
Infrequent - complex configurations | third party integrations
Effort required:
Priority:
0
Name check:
Fix check:
Regression:

Description

By default, OS is Debian8 and the pgsql config path is /etc/postgresql/9.4/main/xxxxx.conf

echo "listen_addresses = '*'" >> /etc/postgresql/9.4/main/postgresql.conf
echo "host    all         all         192.168.42.0/24       trust" >> /etc/postgresql/9.4/main/pg_hba.conf
echo "host    all         all         10.0.0.0/16       trust" >> /etc/postgresql/9.4/main/pg_hba.conf

But if we use another OS (e.g Centos7), this path is no longer correct and should be : /var/lib/pgsql/data/xxxxx.conf

echo "listen_addresses = '*'" >> /var/lib/pgsql/data/postgresql.conf
echo "host    all         all         192.168.42.0/24       trust" >> /var/lib/pgsql/data/pg_hba.conf 
echo "host    all         all         10.0.0.0/16       trust" >> /var/lib/pgsql/data/pg_hba.conf 

Actions #1

Updated by Raphael GAUTHIER almost 7 years ago

  • Assignee set to Vincent MEMBRÉ
Actions #2

Updated by Benoît PECCATTE over 6 years ago

  • Severity set to Minor - inconvenience | misleading | easy workaround
  • User visibility set to Infrequent - complex configurations | third party integrations
  • Priority changed from 0 to 22
Actions #3

Updated by Benoît PECCATTE over 6 years ago

  • Priority changed from 22 to 21
Actions #4

Updated by Alexis Mousset 9 months ago

  • Status changed from New to Rejected
  • Priority changed from 21 to 0
Actions

Also available in: Atom PDF