Page 1 of 1

Can I create backup or something like that?

Posted: Fri Apr 26, 2019 9:26 am
by iboommm
At last month I try to install Docker on my cloud and that destroy everything but finally, I can take it back but not complete

After that the vesta process have a complicated and can't take anything e.g. can't restart nginx,apache,named

I think that about permission on my cloud is crash, When I try to restart nginx there will return can't access the ssl file

and this is error from my email while There run schedule to update ssl

Code: Select all

example.com Error: nginx restart failed
Error: httpd restart failed
Now I'm stuck with update letencrypt process cause there can't restart the anything

Could you please help me to find the way.

I have to reinstall vesta? or edit something in my host?

Re: Can I create backup or something like that?

Posted: Fri Apr 26, 2019 8:34 pm
by dreiggy
Hi,
have you tried check apache and nginx error logs?

Try check this:

Code: Select all

apachectl configtest #debian
or
httpd -t #centos
and

Code: Select all

nginx -t