Report this

What is the reason for this report?

Hello My website is fully down. Its build upon ruby on rails. and today i have seen that, the whole site along with subdomain is fully down.

What should i do? Please help me. Thank you



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

@bobbyiliev running systemctl --faile showing this error. mysql.service loaded failed failed MySQL Community Server and the site is down again. is it digitalocean problem?

Hello,

What you would need to do is to access your server via SSH and check the status of your services. You can follow here on how to SSH to your droplet here:

https://www.digitalocean.com/docs/droplets/how-to/connect-with-ssh/

For example you could check the status of your nginx server by running this command:

systemctl status nginx

If the service is not running you can start it with this command:

systemctl start nginx

Also you could share the exact error that you are getting here so that we could advice you further.

Hope that this helps! Regards, Bobby

@bobbyiliev yes, i have check namecheap and it is using ns1.digitalocean.com, ns2.digitalocean.com, ns3.digitalocean.com

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.