Eli Mesika has posted comments on this change.

Change subject: core:  exportDbSchema scripts generates output...
......................................................................


Patch Set 2:

(1 comment)

....................................................
File packaging/dbscripts/exportDbSchema.sh
Line 48: if [[ "${VERBOSE}" = "true" ]]; then
Line 49:     pg_dump -f "${FILE}" -F p -n public -s -U ${USERNAME} ${DATABASE} 
-h ${SERVERNAME} -p ${PORT}  -v
Line 50: else
Line 51:     pg_dump -f "${FILE}" -F p -n public -s -U ${USERNAME} ${DATABASE} 
-h ${SERVERNAME} -p ${PORT}
Line 52: fi
Done
Line 53: 
Line 54: printf "Done.\n"
Line 55: printf "Exported file is ${FILE}.\n"
Line 56: popd>/dev/null


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I3d05e96f4abc66e293db23af89285b0653025537
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Eli Mesika <[email protected]>
Gerrit-Reviewer: Alon Bar-Lev <[email protected]>
Gerrit-Reviewer: Eli Mesika <[email protected]>
Gerrit-Reviewer: Martin PeÅ™ina <[email protected]>
Gerrit-Reviewer: Omer Frenkel <[email protected]>
Gerrit-Reviewer: Sandro Bonazzola <[email protected]>
Gerrit-Reviewer: Yair Zaslavsky <[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