Skip to content

Commit 20fcde0

Browse files
committed
update backups restore documentation
1 parent a8916ab commit 20fcde0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This how-to explains how to do the following:
2222
Before starting this how-to, make sure you have completed the following prerequisites:
2323

2424
* [Download a backup](/developerportal/operate/download-backup/) that you want to restore locally.
25-
* Install PostgreSQL version 12 or above (as you need pgAdmin version 4.12 or above) on your local machine by downloading and running the [PostgreSQL Installer](https://www.postgresql.org/download/windows/). When installing, use the program defaults and choose a password.
25+
* Install PostgreSQL version 17 or above (as you need pgAdmin version 8.14 (https://www.postgresql.org/ftp/pgadmin/pgadmin4/v8.14/) or above) on your local machine by downloading and running the [PostgreSQL Installer](https://www.postgresql.org/download/windows/). When installing, use the program defaults and choose a password.
2626

2727
{{% alert color="info" %}}You will need this password later to allow your Mendix app to access the restored data.{{% /alert %}}
2828

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ This folder contains the *db.backup* file, which is a PostgreSQL dump file creat
162162
{{% alert color="warning" %}}
163163
If the dump does not use the custom format, then the restore will fail.
164164

165-
The dump must be created with `pg_dump` version 1.15 or below, which is currently bundled with PostgreSQL 13, 14, and 15. If it is created with a later version, then the upload will fail.
165+
The dump must be created with `pg_dump` version 1.16 or below, which is currently bundled with PostgreSQL 17 and below. If it is created with a later version, then the upload will fail.
166166

167167
You can find the exact version of PostgreSQL each environment of your application is using on the [General](/developerportal/deploy/environments-details/#general-tab) tab of each environment's **Environment Details** page.
168168
{{% /alert %}}

content/en/docs/howto/data-models/migrating-your-mendix-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ If you are using [pg_dump](https://www.postgresql.org/docs/current/app-pgdump.ht
110110
For more information about pg_dump methods, see [SQL Dump](https://www.postgresql.org/docs/current/backup-dump.html).
111111

112112
{{% alert color="warning" %}}
113-
As described in [Restoring a Backup](/developerportal/operate/restore-backup/#db-folder), the backup must be created using pg_dump version 1.14 or below, which is currently bundled with PostgreSQL 12, 13, 14, and 15. If it is created with a later version, then it will not be possible to upload the file to Mendix Cloud.
113+
As described in [Restoring a Backup](/developerportal/operate/restore-backup/#db-folder), the backup must be created using pg_dump version 1.16 or below, which is currently bundled with PostgreSQL 17 and below. If it is created with a later version, then it will not be possible to upload the file to Mendix Cloud.
114114
{{% /alert %}}
115115

116116
#### Using pgAdmin

0 commit comments

Comments
 (0)