BUG #15895: pg_dump execution with OpenSSL encryption from Windows Service application

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: nagy(dot)ervin(dot)rn(at)gmail(dot)com
Subject: BUG #15895: pg_dump execution with OpenSSL encryption from Windows Service application
Date: 2019-07-05 07:01:24
Message-ID: 15895-c59896a20e96791c@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 15895
Logged by: Ervin Nagy
Email address: nagy(dot)ervin(dot)rn(at)gmail(dot)com
PostgreSQL version: 10.4
Operating system: Windows 10 -64 /x64
Description:

Hi,

We would like to make some Postgres databases backups from a windows service
application, using OpenSSL app to encrypt those files. To accomplish that we
use a batch file, containing that command lines. If we do it in two steps,
first we make the backup file and after that we want to encrypt it or even
when we include in Postgres "pg_dump" instructions it doesn't work, I
presume because the service app is running as SYSTEM. If I run the same
application as desktop mode it works fine.

Is there any workaround that can help us to do that?

Thank you. Regards.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2019-07-05 09:59:13 BUG #15896: pg_upgrade from 10-or-earlier: TRAP: FailedAssertion(»!(metad->btm_version >= 3)«
Previous Message David G. Johnston 2019-07-05 00:14:43 Re: ALTER TABLE results in "ERROR: could not open relation with OID 43707388"