Question

using 3rd party tools to download managed database backups

Understood in this post that it’s not possible to directly download managed database backups. But it mentions that it’s possible by using rsync/SFTP.

The post: https://docs.digitalocean.com/support/can-i-download-a-backup-or-snapshot/

Any more info about this? If it’s even possible?


Submit an answer


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!

Sign In or Sign Up to Answer

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.

alexdo
Site Moderator
Site Moderator badge
April 30, 2024

Heya, @587e61006dd54edeacd45725d620d0

You can import/export your database using tools like mysqldump (for MySQL), pg_dump (for PostgreSQL)

https://docs.digitalocean.com/products/databases/mysql/how-to/import-databases/

https://www.digitalocean.com/community/questions/how-to-download-a-database-from-managed-database-cluster

You can use tools like rsync or sFTP to download the database backup if the backup itself it’s present on your droplet. You can first use mysqldump or pg_dump to backup the database on your droplet and then use rsync to download the backup on remote server.

To share your support for this feature, vote for downloading snapshots and backups on ideas.digitalocean.com.

Hope that this helps!

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up

Featured on Community

Get our biweekly newsletter

Sign up for Infrastructure as a Newsletter.

Hollie's Hub for Good

Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.

Become a contributor

Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.

Welcome to the developer cloud

DigitalOcean makes it simple to launch in the cloud and scale up as you grow — whether you're running one virtual machine or ten thousand.

Learn more
DigitalOcean Cloud Control Panel