Eli Mesika has posted comments on this change.

Change subject: core:  [TEXT] restore.sh woes, unable to...
......................................................................


Patch Set 5:

(1 comment)

....................................................
File packaging/dbscripts/restore.sh
Line 29:        printf "\t1) Backup current database with backup.sh\n"
Line 30:        printf "\t2) Drop existing from root user by : su - postgres -c 
\"psql -d template1 -c \"drop database <db>;\"\" \n"
Line 31:        printf "\t3) Create a new blank db with the same name by:  su - 
postgres -c \"psql -d template1 -c \"create database <db> owner engine;\"\".\n"
Line 32:        printf "\t4) Run restore.sh and give new database instance name 
as the target\n"
Line 33:        popd > /dev/null
We already have that in some scripts , however , since we are forcing an empty 
DB for restore I see no point in displaying that ....
Line 34:         exit $ret
Line 35: }
Line 36: 
Line 37: restore_from_tar() {


-- 
To view, visit http://gerrit.ovirt.org/19329
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I44921d6fac57cfc565dacca52ed5a6d3b5b57f66
Gerrit-PatchSet: 5
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Eli Mesika <[email protected]>
Gerrit-Reviewer: Barak Azulay <[email protected]>
Gerrit-Reviewer: Eli Mesika <[email protected]>
Gerrit-Reviewer: Martin PeÅ™ina <[email protected]>
Gerrit-Reviewer: Omer Frenkel <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to