Bug 1749233
Summary: | by default 'log_min_duration_statement = 1000' should be configured for PostgreSQL | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Jan Hutař <jhutar> |
Component: | Installation | Assignee: | Ewoud Kohl van Wijngaarden <ekohlvan> |
Status: | CLOSED ERRATA | QA Contact: | Devendra Singh <desingh> |
Severity: | low | Docs Contact: | |
Priority: | unspecified | ||
Version: | Unspecified | CC: | ekohlvan, mjia, mmccune, pcreech, spetrosi, sthirugn, zhunting |
Target Milestone: | 6.7.0 | Keywords: | Triaged |
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: |
Not needed in release notes.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2020-04-14 13:25:28 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Jan Hutař
2019-09-05 07:59:34 UTC
Created redmine issue https://projects.theforeman.org/issues/27846 from this bug The title says 1000 but the expected result states 500. Which one should it be? In https://github.com/theforeman/foreman-installer/pull/389 I went with 1000 since that feels like a safer default to me. I'm very sorry for confusion. Make it "1000" for start. Upstream bug assigned to ekohlvan Upstream bug assigned to ekohlvan This can wait for 6.7.0 release, removing the 6.6.z flag. Verified this issue with 6.7 Snap 10 on the upgraded as well as freshly installed setup. # rpm -q satellite-installer satellite-installer-6.7.0.6-1.beta.el7sat.noarch grep log_min_duration /var/lib/pgsql/data/postgresql.conf #log_min_duration_statement = -1 # -1 is disabled, 0 logs all statements log_min_duration_statement = 1000 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2020:1454 |