Re: [GENERAL] delete a file everytime pg server starts/crashes - Mailing list pgsql-general

From Ray Cote
Subject Re: [GENERAL] delete a file everytime pg server starts/crashes
Date
Msg-id CAG5tnzpaOMDL45TA+18z0D==GEzGOgpCSeDdsXVoWSM=j+Vx3A@mail.gmail.com
Whole thread Raw
In response to Re: [GENERAL] delete a file everytime pg server starts/crashes  (Melvin Davidson <melvin6925@gmail.com>)
List pgsql-general
On Thu, Oct 5, 2017 at 10:04 AM, athinivas <athinivas@gmail.com> wrote:
Hi,

I'm having a requirement to delete a file in system whenever pg server is
started/crashed. Any idea?

Thanks,
Athi


If you’re running on Linux you can modify the init.d (or service) file and add a line to delete the file. 
To remove on crash is likely to require some sort of ongoing monitoring service to see that the process is no longer running. 
If you’re already using a service (such as monit) which brings an application back up after crash then adding a line to the init.d file may be sufficient.
—Ray

--
Raymond Cote, President
voice: +1.603.924.6079 email: rgacote@AppropriateSolutions.com skype: ray.cote


pgsql-general by date:

Previous
From: Melvin Davidson
Date:
Subject: Re: [GENERAL] delete a file everytime pg server starts/crashes
Next
From: avi Singh
Date:
Subject: [GENERAL] Postgresql CDC tool recommendations ?