Thread: BUG #15895: pg_dump execution with OpenSSL encryption from Windows Service application
BUG #15895: pg_dump execution with OpenSSL encryption from Windows Service application
From
PG Bug reporting form
Date:
The following bug has been logged on the website: Bug reference: 15895 Logged by: Ervin Nagy Email address: nagy.ervin.rn@gmail.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.
Re: BUG #15895: pg_dump execution with OpenSSL encryption fromWindows Service application
From
Robert Haas
Date:
On Fri, Jul 5, 2019 at 3:02 AM PG Bug reporting form <noreply@postgresql.org> wrote: > 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. Hi Ervin, I have a couple of comments. 1. This doesn't sound like a bug report. There are other mailing lists for user questions. 2. If you don't actually describe the exact series of steps that you followed, the chances that anyone else is going to be able to comment usefully are not good. 3. "it doesn't work" is the textbook example of how not to report a problem. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company