# What are Database Backups?

### Introduction

In case you host your database on a DigitalOcean/Hetzner/AWS instance and you need to backup it, native snapshots may not be the best option if the database has a lot of write operations.

To overcome this drawback, we offer a fully managed backup solution for MySQL and PostgreSQL.

### Is important where I host my databases?

No. We can backup any supported database as long as the server used to create the backup has SSH enabled.

### What databases are supported?

Currently we support `MySQL` and `PostgreSQL`.

### Where are the backups stored?

Each plan has 5GB, 25GB or 250GB of storage included and you always have to possibility to connect your own cloud storage if you want to replace or extend the storage included in the plan.

### What storage providers are supported?

We support `AWS S3`, `Wasabi`, `DigitalOcean Spaces` and `Backblaze B2`.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.weap.io/overview/what-are-database-backups.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
