1 Introduction
Backups are created every night or on-demand, as described in the Backups section, below.
Backups in the Mendix Cloud have two parts: the database and file documents. A full backup of the database is made each time, while file documents are backed up incrementally.
2 Creation and Retention Schedules
The pruning schedule applies to nightly backups and backups initiated by users. If you want to keep a backup for longer than scheduled, you will have to download it.
The following backups are retained:
- Nightly backups: two weeks
- Weekly backups (Sunday night): three months
- Monthly backups (First Sunday night of the month): one year
- Manual (user-initiated) backups: three months
The Start Time of nightly backups in UTC is shown below. The Local Time indicates the time at the regional data center – this may vary if Summer Time or other adjustments are in place. The Estimated Duration indicates the period during which backups are expected to be taken from apps in that region – your app can be backed up at any time during this period and the exact period during which backups are taken can change due to factors at the data center which are outside Mendix’s control.
Region | Start Time (UTC) | Local Time | Estimated Duration |
---|---|---|---|
Frankfurt | 00:00 | 01:00 | 3 hours |
London | 23:00 | 23:00 | 2 hours |
Tokyo | 16:00 | 01:00 | 1 hour |
N. Virginia | 05:00 | 00:00 | 4 hours |
3 Backups
The Backups page under the Operate category presents options for managing your backups. These are described below.
3.1 Create Backup
This will automatically generate a backup from your application data. See Create a Backup.
3.2 Upload Backup
The sections below present details on uploading data in recent Mendix Cloud versions.
3.2.1 Uploading Data in Mendix Cloud v4
In Mendix Cloud v4, the upload will create a new backup item in your backup list, which you can then restore via the regular restore process. This will ensure less downtime for your application.
Anything you can download you can also upload again, which means you can upload the following:
- Full Snapshot
- Database Only
- Files Only
Uploading a Files Only archive will result in a backup item with an exclamation mark and a warning message. Since the archive does not contain a database, it is not possible to restore it.
3.2.2 Uploading Data in Mendix Cloud v3
In Mendix Cloud v3, this will not add a backup to the backup list but directly update the application with the newly uploaded data.
Your environment will be cleared completely. The existing deployment package, uploaded files, and database will be removed. If you are uploading data to the production environment, any published app services will be unpublished.
You must stop the application before executing this process. This functionality is used to transfer data from your local or on-premises application to the cloud environment.
You can upload two types of data:
- Database
- Uploaded files (zip or tar.gz)
3.3 Download Backup
You can download one of the following:
- Full Snapshot
- Database Only
- Files Only
See Download a Backup for more information.
As the download files are generated “on the fly” (meaning, while in progress), it is not possible to estimate the file size before downloading. Your browser will not show a progress bar.
3.4 Restore Backup
You can choose the destination environment to which you want to restore the backup. This allows you to, for example, restore a production environment backup to an acceptance environment.
If you restore a backup that was originally deployed with an older Mendix version, you will get a warning. You can still restore the backup, but you will have to deploy the older model later on.
In Mendix Cloud v4, if the restore takes too long, the system will show a timeout message. The restore will continue behind the scenes, and you can track the progress of the restore by inspecting your database free disk space graphs. While the database free disk space keeps decreasing, the restore is still in progress. If the database free disk space is constant, the restore has stopped and you can try to start your application. If this happens regularly, consider upgrading to a database plan with more CPU cores, so that the restore can be executed faster.
See Restore a Backup for more information.
3.5 Details
When you click Details, you can view the following details:
Backup Details | Cloud Version | Description |
---|---|---|
Origin of Environment | v3 | From which environment this backup was made |
Status | v3 & v4 | The status of the backup. Backups can have the status of Queued, Running, Failed, and Completed |
Created by/ Type |
v3 v4 |
The name of the person who created the backup. Automated system backups are named Nightly |
ID/ Snapshot id |
v3 v4 |
Unique identifier for the backup snapshot |
Date/ Created on |
v3 v4 |
The creation date of the backup |
Expires on | v3 & v4 | The date on which the backup will be removed from the system |
Model version | v3 & v4 | The version of the deployment package used during backup creation |
Snapshot Size Uncompressed (MB) | v4 | The size of database dump and files of the snapshot in MB |
Comment | v3 & v4 | A specific comment added to the backup |
At the bottom of the screen, you can click Delete to delete this particular backup.
4 Known issues
Mendix Cloud v4 backups that contain a very large number of files (that is, greater than about 50,000) will experience slow performance for all backup operations (create, download, restore, and upload). This is because of the inherent overhead associated with each file; as the number of files increases, this overhead becomes quite significant, and can be in the order of hours.