Open
Bug 1072066
Opened 11 years ago
Updated 10 years ago
installation guide is incorrect/incomplete for PostgreSQL
Categories
(Bugzilla :: Documentation, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: goffster, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.122 Safari/537.36
Steps to reproduce:
Tried to install bugzilla on CentOS using postgres
Actual results:
Could not go past checksetup.pl, complained could not login as bugs.
Expected results:
Should have completed.
pg_hba.conf needs to have this line:
host all bugs ::1/128 md5
Adding
host all bugs ::1/128 md5
to pg_hba.conf made it all better
![]() |
||
Updated•10 years ago
|
Assignee: general → documentation
Component: Bugzilla-General → Documentation
Summary: installation guide is incorrect/incomplete for postgres → installation guide is incorrect/incomplete for PostgreSQL
![]() |
||
Comment 2•10 years ago
|
||
Which version of CentOS? Because this is definitely not needed with CentOS 6.
You need to log in
before you can comment on or make changes to this bug.
Description
•