Project

General

Profile

Actions

Bug #30323

closed

Tracker #27511: ensure foreman-maintain works with RHEL8 Satellite & Capsules

assumes SCL paths for databases on EL8

Added by Evgeni Golov almost 4 years ago. Updated almost 3 years ago.

Status:
Closed
Priority:
High
Assignee:
Category:
-
Target version:
-
Fixed in Releases:
Found in Releases:

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 :(


Related issues 2 (0 open2 closed)

Related to Foreman Maintain - Bug #32649: backup-offline-candlepin-db tries to backup wrong postgresql directory and failsDuplicateActions
Has duplicate Foreman Maintain - Bug #32649: backup-offline-candlepin-db tries to backup wrong postgresql directory and failsDuplicateActions
Actions

Also available in: Atom PDF