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`
(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.