From ba2fe816ac7e0e41d93733e620d0324d5cd17a51 Mon Sep 17 00:00:00 2001 From: feddovanede <36268709+feddovanede@users.noreply.github.com> Date: Wed, 29 Jan 2025 17:02:57 +0100 Subject: [PATCH 1/3] Explain where to check the PG version Explain where to check the PG version --- .../deployment/mendix-cloud-deploy/backups/restore-backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/deployment/mendix-cloud-deploy/backups/restore-backup.md b/content/en/docs/deployment/mendix-cloud-deploy/backups/restore-backup.md index de6178f1ce4..ed1b276cad5 100644 --- a/content/en/docs/deployment/mendix-cloud-deploy/backups/restore-backup.md +++ b/content/en/docs/deployment/mendix-cloud-deploy/backups/restore-backup.md @@ -162,7 +162,7 @@ This folder contains the *db.backup* file, which is a PostgreSQL dump file creat {{% alert color="warning" %}} If the dump does not use the custom format, then the restore will fail. -The dump must be created with `pg_dump` version 1.14 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. +The dump must be created with `pg_dump` version 1.14 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. You can find the exact version of PostgreSQL the target environment of your application is using on the [General tab](/developerportal/deploy/environments-details/#the-general-tab) of the Environment details page of the target environment. {{% /alert %}} #### tree Folder{#tree-folder} From 17ca90751c45b47277d99865d51e5be9f9310287 Mon Sep 17 00:00:00 2001 From: Mark van Ments Date: Thu, 30 Jan 2025 13:37:54 +0100 Subject: [PATCH 2/3] Proofread and add anchor --- .../deployment/mendix-cloud-deploy/backups/restore-backup.md | 2 +- .../docs/deployment/mendix-cloud-deploy/environments-details.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/deployment/mendix-cloud-deploy/backups/restore-backup.md b/content/en/docs/deployment/mendix-cloud-deploy/backups/restore-backup.md index ed1b276cad5..a53dcd894fe 100644 --- a/content/en/docs/deployment/mendix-cloud-deploy/backups/restore-backup.md +++ b/content/en/docs/deployment/mendix-cloud-deploy/backups/restore-backup.md @@ -162,7 +162,7 @@ This folder contains the *db.backup* file, which is a PostgreSQL dump file creat {{% alert color="warning" %}} If the dump does not use the custom format, then the restore will fail. -The dump must be created with `pg_dump` version 1.14 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. You can find the exact version of PostgreSQL the target environment of your application is using on the [General tab](/developerportal/deploy/environments-details/#the-general-tab) of the Environment details page of the target environment. +The dump must be created with `pg_dump` version 1.14 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. 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. {{% /alert %}} #### tree Folder{#tree-folder} diff --git a/content/en/docs/deployment/mendix-cloud-deploy/environments-details.md b/content/en/docs/deployment/mendix-cloud-deploy/environments-details.md index 231d5c60efa..af924f0e785 100644 --- a/content/en/docs/deployment/mendix-cloud-deploy/environments-details.md +++ b/content/en/docs/deployment/mendix-cloud-deploy/environments-details.md @@ -18,7 +18,7 @@ To open the **Environment Details** page, go to [Apps](https://sprintr.home.mend The **Environment Details** page shows information about the selected environment. You can use this page to manage and debug several aspects of the environment. The page has eight tabs: **General**, **Model Options**, **Network**, **Log Levels**, **Runtime**, **Maintenance**, **Tags**, and **Services**. -## The General Tab +## The General Tab{#general-tab} In the **General** tab, you can find the following information about your environment: From 6222fa306fe3512036570bb35a84df1f36a31334 Mon Sep 17 00:00:00 2001 From: Mark van Ments Date: Thu, 30 Jan 2025 13:39:33 +0100 Subject: [PATCH 3/3] Proofread --- .../deployment/mendix-cloud-deploy/backups/restore-backup.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/en/docs/deployment/mendix-cloud-deploy/backups/restore-backup.md b/content/en/docs/deployment/mendix-cloud-deploy/backups/restore-backup.md index a53dcd894fe..5aeef082306 100644 --- a/content/en/docs/deployment/mendix-cloud-deploy/backups/restore-backup.md +++ b/content/en/docs/deployment/mendix-cloud-deploy/backups/restore-backup.md @@ -162,7 +162,9 @@ This folder contains the *db.backup* file, which is a PostgreSQL dump file creat {{% alert color="warning" %}} If the dump does not use the custom format, then the restore will fail. -The dump must be created with `pg_dump` version 1.14 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. 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. +The dump must be created with `pg_dump` version 1.14 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. + +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. {{% /alert %}} #### tree Folder{#tree-folder}