Bug 1041325

Summary: [RFE] Use the new engine-backup tool to collect DB backups.
Product: Red Hat Enterprise Virtualization Manager Reporter: Lee Yarwood <lyarwood>
Component: ovirt-engine-log-collectorAssignee: Sandro Bonazzola <sbonazzo>
Status: CLOSED NOTABUG QA Contact: Tareq Alayan <talayan>
Severity: high Docs Contact:
Priority: high    
Version: 3.2.0CC: acathrow, didi, dornelas, iheim, lyarwood, mkalinin, pstehlik, Rhev-m-bugs, talayan, yeylon
Target Milestone: ---Keywords: FutureFeature, Improvement, Triaged
Target Release: 3.5.0   
Hardware: x86_64   
OS: Linux   
Whiteboard: integration
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-02-04 21:52:53 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:

Description Lee Yarwood 2013-12-12 14:58:30 UTC
Description of problem:
Use the new engine-backup tool to collect DB backups.

Version-Release number of selected component (if applicable):
rhevm-log-collector-3.3.1-4.el6ev.noarch.rpm

How reproducible:
Always.

Steps to Reproduce:
1. Collect an engine only LC.


Actual results:
DB collected with pg_dump.

Expected results:
DB collected with `engine-backup --mode=backup --scope=db`

Comment 1 Itamar Heim 2013-12-13 06:50:58 UTC
how is this different than bug 1035826?

Comment 2 Lee Yarwood 2013-12-16 14:14:56 UTC
(In reply to Itamar Heim from comment #1)
> how is this different than bug 1035826?

Well .pgpass is collected by the main engine sos plugin at present. The actual DB is collected by a seperate postgresql sos plugin that calls pg_dump. IMHO both need to be moved out of the LC and upstream in sos itself but that's another issue, bug etc.