Actions
Bug #30323
closedTracker #27511: ensure foreman-maintain works with RHEL8 Satellite & Capsules
assumes SCL paths for databases on EL8
Difficulty:
Triaged:
No
Description
Ohai
def config_files if check_min_version('foreman', '2.0') ['/var/opt/rh/rh-postgresql12/lib/pgsql/data/postgresql.conf'] else ['/var/lib/pgsql/data/postgresql.conf'] end end
this is only true on EL7, on EL8 we don't have an SCL'ed PostgreSQL
This breaks DB backups on EL8 currently :(
Updated by The Foreman Bot almost 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman_maintain/pull/474 added
Updated by Emmanuel Vanlaar almost 4 years ago
- Related to Bug #32649: backup-offline-candlepin-db tries to backup wrong postgresql directory and fails added
Updated by The Foreman Bot over 3 years ago
- Assignee set to Evgeni Golov
- Pull request https://github.com/theforeman/foreman_maintain/pull/504 added
Updated by Evgeni Golov over 3 years ago
- Has duplicate Bug #32649: backup-offline-candlepin-db tries to backup wrong postgresql directory and fails added
Actions