Actions
User story #8884
closedUser story #8873: Allow to customize reports database name and user to ease a separate database
Change .pgpass configuration to use the right values
Effort required:
Name check:
Fix check:
Regression:
Description
Currently, we define:
"pgpass[1]" string => "localhost"; "pgpass[2]" string => "5432"; "pgpass[3]" string => "rudder"; "pgpass[4]" string => "rudder"; "pgpass[5]" string => "${p.psql_password[2]}";
And edit .pgpass with:
"localhost:5432:rudder:${${parameter}[4]}:${${parameter}[5]}";
Updated by Vincent MEMBRÉ about 8 years ago
- Target version changed from 3.1.13 to 3.1.14
Updated by Alexis Mousset about 8 years ago
- Status changed from New to In progress
Updated by Alexis Mousset about 8 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Alexis Mousset to Jonathan CLARKE
- Pull Request set to https://github.com/Normation/rudder-techniques/pull/1035
Updated by Alexis Mousset about 8 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder-techniques|900997761529add275a66052c3b2a222d5763a45.
Updated by Vincent MEMBRÉ about 8 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 3.1.15/14 and 3.2.8/7 which were released today.
- 3.1: Announce Changelog
- 3.2: Announce Changelog
- Download: https://www.rudder-project.org/site/get-rudder/downloads/
Actions