# MySQL Backups for Pro Apps

Source: https://blog.fortrabbit.com/mysql-backups-for-pro-apps
Created: 2017-02-14
Author: Ulrich Kautz
Tags: changelog

> Now available: Automated backups for Professional Apps.


An often requested feature for Professional are MySQL backups. They are now, finally, available!

MySQL backups can be booked per App in the Dashboard > Your App > Scaling > MySQL. On the Upgrade screen, check **Backups enabled**. You can enable backups for both existing Professional Apps and newly created Professional Apps.

![Enable backups](/images/mysql-with-backup-on.png)

Backups cost additional €5 (or $5, if you are using USD) per App with MySQL components in Production level scaling and +8% with Dedicated level scaling. All prices can be viewed on the [specs page](https://www.fortrabbit.com/old-platform/specs-pro#mysql).

One day after enabling backups for an App, you can download them from:<br />
Dashboard > Your App > MySQL Backups

![Download backups](/images/mysql-backups-2.png)

Backups are generated every night (for exact timing, see [specs](https://www.fortrabbit.com/old-platform/specs-pro#mysql-backups)) and will be kept for download for 30 days.

## No impact, no hassle

Backups are created from snapshots of the databases. Those snapshots are taken nightly and do not affect the database performance at all, because they are made of the underlying file server by AWS. We start new database instances from those snapshots and dump the backups from those instances.

**This means:** Your live application is _not_ impacted in the least.
