Backups

ReadyMage creates backups for your database and media. Backups are available for download in the User Portal.

Downloading a backup

Access your backups by navigating to the User Portal → Project → Selected Instance → Application Management → Backups.

Within the backups tab, you can choose what database or media backup you wish to download.

Frequency, timing, and availability

All of the backups are set by default. Below you can see the time frame for each type of backup and for how long they will be available.

For example, a MySQL daily backup for July 1st will be automatically deleted after July 5th.

MySQL Database

Frequency

Timing

Availability

Daily

00:00 UTC

4 days

Weekly

Sunday to Monday 00:00 UTC

14 days

Monthly

On the first day of the month 00:00 UTC

93 days

Media

Frequency

Timing

Availability

Weekly

Monday 04:00 UTC

14 days

Media backup is made with dar utility ver. 2.7.3. To unarchive a backup, you need the utility not lower than this version. If the standard software repositories of your operating system don't contain such a version you can download the binary from here for Linux and here for Windows.

Here is an example of a media backup unarchiving for Linux:

mkdir media-weekly
dar -x readymage-instance-media-weekly-20220101.1.dar -R media-weekly

ls media-weekly
config  media

Last updated

Was this helpful?