Page 1 of 1

Webserver services frequent restarts

Posted: Sat Jul 04, 2020 4:08 am
by logixtree
Hello,

I have been facing server frequent server restarts from a month. No clue in Server's log and journals.
Took me some time, to realize that it's linked with the following cron job which keeps on running after 5 minutes interval.

Code: Select all

$ sudo /usr/local/vesta/bin/v-update-sys-queue letsencrypt
I have already diagnosed other cron jobs and server stats. Everything works normally until we enable this one. Just wondering if anyone else faced the same issue.

Re: Webserver services frequent restarts

Posted: Sat Jul 04, 2020 2:37 pm
by dpeca
It's letsencrypt renewing attempt for all domains that needs to be renewed.
It can not be done without nginx reload.

It can be smarter to avoid renewing of domains that failed to be renewed too many times... but as far as I know, it's just implemented in my fork and ported to Hestia then.