Hello, I havd $160/m plan for my droplet and I decided to downgrade to $80/m plan and I shut down my droplet and resized it the smaller size droplet, now all my server is lost connections to the databases, all of them. Please help me, I lost the entire server after the droplet, I did not know it’s buggy!
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.
Click below to sign up and get $100 of credit to try our products over 60 days!
Hi there @akusit,
What is the exact error that you get? Also are you using MySQL or any other SQL service?
It sounds like your MySQL service might not be running. You can check this with the following command:
If this is the case, you can start MySQL with the following command:
To prevent this in the future make sure to enable MySQL to start on boot:
Let me know how it goes. Regards, Bobby