Re: Windows service randomly stops with no indication why

From: Greg Sabino Mullane <htamfids(at)gmail(dot)com>
To: Jay Madren <jay(at)jaymadren(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Windows service randomly stops with no indication why
Date: 2024-03-08 14:45:20
Message-ID: CAKAnmmK_2sTPeGiVD6PkuQj10OYt3GESL_cq000X_sotizmecA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Go to "Services", find Postgres, and try a manual restart, see what
happens. Then check the recovery tab and see what it is supposed to do on
failures - you are probably at the "Do nothing" count limit, hence the no
auto restart.

If you can manually duplicate the failure to restart, try increasing the
logging, removing extensions, simplifying the postgresql.conf, etc, until
it starts working again. I suspect it will restart fine, though. Maybe
check anti-virus software logs?

Cheers,
Greg

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ray O'Donnell 2024-03-08 15:42:33 Re: Windows service randomly stops with no indication why
Previous Message Ron Johnson 2024-03-08 14:32:35 Re: Windows service randomly stops with no indication why