Red Hat Bugzilla – Bug 1101313
Restoring a Backup to a Fresh Installation - Local database configuration.
Last modified: 2016-01-26 20:59:03 EST
Title: Restoring a Backup to a Fresh Installation Step 4 specifies: """ For local databases, add the two following lines immediately underneath the line starting with Local at the bottom of the file: host [database name] [user name] 0.0.0.0/0 md5 host [database name] [user name] ::0/0 md5 """ What it doesn't mention is that rather than adding to the file these should replace the default directives: """ # IPv4 local connections: host all all 127.0.0.1/32 ident # IPv6 local connections: host all all ::1/128 ident """ Otherwise it's not possible to connect to the database.
As an aside the string "Run the following command and follow the prompts to configure the Manager, selecting to manually configure the database when prompted:" doesn't seem to be accurate with regards to the most recent 3.3 rhevm-setup packages. It auto-detects that the database is already there and handles it, no manual configuration or prompt is involved.
Fixed in 28277, 28243, 28279.
Documentation Link ------------------------------ http://documentation-devel.engineering.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Virtualization/3.5-Beta/html-single/Administration_Guide/index.html#Backing_up_Red_Hat_Enterprise_Virtualization_Manager_using_the_engine-backup_Command What Changed ------------------------------ The following topics were revised to clarify that the definitions should overwrite the existing entries in the first topic, and update the output displayed on success for all topics: Restoring a Backup to a Fresh Installation [28227-673619] Restoring a Backup to Overwrite an Existing Installation [28243-673624] Restoring a Backup with Different Credentials [28279-673626] Updated revision history: [34613-651628] NVR ------------------------------ Red_Hat_Enterprise_Virtualization-Administration_Guide-3.5-Beta-en-US-3.5-7 Moving to ON_QA.