Actions
Bug #27846
closedby default 'log_min_duration = 1000' should be configured for PostgreSQL
Difficulty:
Triaged:
No
Bugzilla link:
Description
To gather more data when checking support cases, having 'log_min_duration = 1000' in PostgreSQL config by default would be great.
Expected results:
'log_min_duration = 500' should be in PostgreSQL config file on both freshly installed and upgraded Satellite:
- grep log_min_duration /var/lib/pgsql/data/postgresql.conf
Additional info:
Tuning profiles already have 'log_min_duration = 500'
https://github.com/RedHatSatellite/satellite-support/tree/master/tuning-profiles
Note this can be also achieved via /etc/foreman-installer/custom-hiera.yaml by:
postgresql::server::config_entries:
log_min_duration_statement: 1000
By including it as default, users can only disable it by setting the value to -1 in custom-hiera.yaml.
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Assignee set to Ewoud Kohl van Wijngaarden
- Pull request https://github.com/theforeman/foreman-installer/pull/389 added
Updated by Ewoud Kohl van Wijngaarden over 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset installer|27cae009024c45201d6c373723011d974d39d950.
Updated by The Foreman Bot over 5 years ago
- Pull request https://github.com/theforeman/foreman-installer/pull/392 added
Actions