Skip to content

Commit f6c3d1c

Browse files
authored
Merge pull request mendix#8798 from mendix/MvM-BackupSize
Warn against trying to use tools to reduce database size
2 parents 1740c0c + 44c1765 commit f6c3d1c

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

content/en/docs/deployment/mendix-cloud-deploy/backups/database-size-reduction.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ However, there may be times when physically reclaiming the lost space is importa
2222

2323
You can recover physical disk space by creating a database backup and then restoring it.
2424

25+
{{% alert color="warning" %}}
26+
Do not try to manipulate the backup in any way to reduce its size before restoring it. Doing so may lead to a backup file which can no longer be restored.
27+
{{% /alert %}}
28+
2529
A database restore does a full physical rewrite of the database. It compresses the database to contain just the current records. It also fully optimizes the physical placement of files on the actual hard disk to maximize the performance of disk read operations.
2630

2731
In the Mendix Portal, you can create and restore a backup on your app's **Backups** page. For more information, see [Creating a Backup](/developerportal/operate/create-backup/).

content/en/docs/deployment/mendix-cloud-deploy/backups/restore-backup.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ Contact [Mendix Support](https://support.mendix.com/) if you need further assist
107107

108108
You may want to restore a backup that has been created on another platform (for example, an on-premises deployment). In this case, you will have to construct a backup file that Mendix Cloud will recognize. It is possible to upload a **Database Only** or **Full Snapshot** backup file.
109109

110+
{{% alert color="warning" %}}
111+
Any local manipulation you perform after creating a backup is at your own risk. You may end up with a backup file which cannot be restored.
112+
{{% /alert %}}
113+
110114
### Database Only Format{#database-only}
111115

112116
A **Database Only** backup file is a *.backup* file (for example, *database-fc9e126f-201811210121.backup*).

0 commit comments

Comments
 (0)