Search Postgresql Archives

Re: delete a file everytime pg server starts/crashes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Oct 5, 2017 at 10:04 AM, athinivas <athinivas@xxxxxxxxx> 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@xxxxxxxxxxxxxxxxxxxxxxxx skype: ray.cote



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux