I need to download a back up database from my website. Please help me to do so.
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 @valeksejevs7,
You can download your Website’s database from your terminal. To do so, SSH to your droplet
To Export a database, open up terminal, making sure that you are not logged into MySQL and type,
The database that you selected in the command will now be exported to your droplet.
The username and name should be provided in your configuration file of your website.
There is a DigitalOcean tutorial as well:
Regards, KFSys