Skip to content

Commit 560ffc9

Browse files
authored
Merge pull request #8989 from feddovanede/patch-899061
Explain where to check the PG version
2 parents 90332ee + 6222fa3 commit 560ffc9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ This folder contains the *db.backup* file, which is a PostgreSQL dump file creat
163163
If the dump does not use the custom format, then the restore will fail.
164164

165165
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.
166+
167+
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.
166168
{{% /alert %}}
167169

168170
#### tree Folder{#tree-folder}

content/en/docs/deployment/mendix-cloud-deploy/environments-details.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To open the **Environment Details** page, go to [Apps](https://sprintr.home.mend
1818

1919
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**.
2020

21-
## The General Tab
21+
## The General Tab{#general-tab}
2222

2323
In the **General** tab, you can find the following information about your environment:
2424

0 commit comments

Comments
 (0)