Bug 880114 - [rhevm-upgrade] Need to edit the psql command in restore steps
Summary: [rhevm-upgrade] Need to edit the psql command in restore steps
Keywords:
Status: CLOSED DUPLICATE of bug 879936
Alias: None
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: ovirt-engine-setup
Version: 3.1.0
Hardware: x86_64
OS: Linux
high
high
Target Milestone: ---
: ---
Assignee: Moran Goldboim
QA Contact: Pavel Stehlik
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-11-26 09:56 UTC by Kiril Nesenko
Modified: 2014-07-11 00:09 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-11-26 10:30:18 UTC
oVirt Team: ---
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Kiril Nesenko 2012-11-26 09:56:23 UTC
Description of problem:
Need to edit the psql command in restore steps:

8. Restore the production DB using the backup file by running the following commands:
        psql -U postgres -f /var/lib/ovirt-engine/backups/ovirt-engine_db_backup_2012_11_26_10_33_10.sql
        psql -U postgres -c "ALTER DATABASE engine RENAME TO rhevm;"

Need to edit:
psql -U postgres -c "ALTER DATABASE engine RENAME TO rhevm";


Version-Release number of selected component (if applicable):
rhevm-3.1.0-31.el6ev.noarch.rpm

How reproducible:
Always

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Yaniv Kaul 2012-11-26 10:30:18 UTC

*** This bug has been marked as a duplicate of bug 879936 ***


Note You need to log in before you can comment on or make changes to this bug.