Closed
Bug 819807
Opened 13 years ago
Closed 12 years ago
postgres2:: module needs data directory variables
Categories
(Infrastructure & Operations :: Infrastructure: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mpressman, Unassigned)
Details
The default PGDATA or data directory points to /var/lib/psql/${VERSION}
In addition to the ${VERSION} we need the ability to use a variable data directory.
| Reporter | ||
Comment 1•13 years ago
|
||
So pg_data_path needs to be variable rather than hard coded to /var/lib/pgsql
Comment 2•12 years ago
|
||
I see that postgres2::server does have a variable pg_data_prefix which has a default value of /var/lib/pgsql. Is that not working or is there another place where you need this to be adjustable?
| Reporter | ||
Comment 3•12 years ago
|
||
Yep, I think we're good with this. Having the pg_data_prefix variable works great.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: Server Operations: Infrastructure → Infrastructure: Other
Product: mozilla.org → Infrastructure & Operations
You need to log in
before you can comment on or make changes to this bug.
Description
•