Are there any options to make a backup of the database for a website?
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.
Hi there,
If you are using a Managed MySQL cluster, you can rester a backup by following the steps here:
https://docs.digitalocean.com/products/databases/mysql/how-to/restore-from-backups/
If you are using a Droplet, you can restore a backup of your Droplet as described here:
https://docs.digitalocean.com/products/images/backups/quickstart/#restore-droplets-from-backups
I could also suggest the following checking out the following tutorial on how to create your own MySQL backup script:
https://devdojo.com/bobbyiliev/how-to-exportbackup-a-mysqlmariadb-database-with-mysqldump
Hope that this helps!
Best,
Bobby
This comment has been deleted
This comment has been deleted