Skip to content

Commit 76435f9

Browse files
committed
Warn against trying to use tools to reduce database size
1 parent f9415b2 commit 76435f9

1 file changed

Lines changed: 4 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/).

0 commit comments

Comments
 (0)