Bug #28928
checkpoint_segments in PostgreSQL config breaks upgrades
Status:
Closed
Priority:
Normal
Assignee:
Category:
foreman-installer script
Target version:
Difficulty:
Triaged:
Yes
Bugzilla link:
Description
When running the upgrade the following shows up:
Feb 5 10:11:06 centos7-foreman-nightly sh: 2020-02-05 10:11:06.935 GMT [19621] LOG: unrecognized configuration parameter "checkpoint_segments" in file "/var/opt/rh/rh-postgresql12/lib/pgsql/data/postgresql.conf" line 760 Feb 5 10:11:06 centos7-foreman-nightly sh: 2020-02-05 10:11:06.935 GMT [19621] FATAL: configuration file "/var/opt/rh/rh-postgresql12/lib/pgsql/data/postgresql.conf" contains errors
Related issues
Associated revisions
Fixes #28928: Error if checkpoint_segments detected
History
#1
Updated by The Foreman Bot about 3 years ago
- Assignee set to Ewoud Kohl van Wijngaarden
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman-installer/pull/462 added
#2
Updated by Ewoud Kohl van Wijngaarden about 3 years ago
- Related to Feature #28697: Upgrade to Postgresql 12 added
#3
Updated by Eric Helms over 2 years ago
- Bugzilla link set to 1867311
#4
Updated by The Foreman Bot over 2 years ago
- Pull request https://github.com/theforeman/foreman-installer/pull/564 added
#5
Updated by The Foreman Bot over 2 years ago
- Fixed in Releases 2.3.0 added
#6
Updated by Eric Helms over 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset installer|3306944761dd559d8343e1748a82d8021d1f99ad.
#7
Updated by Ewoud Kohl van Wijngaarden over 2 years ago
- Triaged changed from No to Yes
- Target version set to 2.3.0
- Category set to foreman-installer script
#8
Updated by The Foreman Bot over 2 years ago
- Pull request https://github.com/theforeman/foreman-installer/pull/621 added
Refs #28928 - Remove checkpoint_segments from tuning
The checkpoint_segments setting no longer exists since PostgreSQL 10 and
the server fails to start up if it's present.
This is not a complete fix since it doesn't clean it up on existing
installations which can break upgrades.