Bug 1188929

Summary: Satellite server upgrade is not properly work and meets error message.
Product: Red Hat Satellite 5 Reporter: Yoshinori Takahashi <hkim>
Component: UpgradesAssignee: Tomáš Kašpárek <tkasparek>
Status: CLOSED NOTABUG QA Contact: Red Hat Satellite QA List <satqe-list>
Severity: medium Docs Contact:
Priority: medium    
Version: 570CC: dyordano, hkim, tlestach, xdmoon
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-10-06 09:37:13 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:
Bug Depends On:    
Bug Blocks: 1127217    

Comment 5 Tomas Lestach 2016-10-06 09:37:13 UTC
According to #Description following entries are missing in the pg_hba.conf (added by spacewalk-setup):

host  rhnschema rhnuser 127.0.0.1/8 md5
host  rhnschema rhnuser ::1/128 md5
local rhnschema postgres ident map=usermap
local postgres postgres ident map=usermap

In addition to that I'm not aware upgrade documentation would recommend to use the --skip-db-install option:
 Command: ./install.pl --upgrade --skip-db-install
(in combination with the --upgrade option)

I'm closing this BZ as I assume the customer didn't follow the upgrade documentation for his Satellite 5 upgrade.