Skip to content

Commit ba2fe81

Browse files
authored
Explain where to check the PG version
Explain where to check the PG version
1 parent ef6ce68 commit ba2fe81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.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.
165+
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.
166166
{{% /alert %}}
167167

168168
#### tree Folder{#tree-folder}

0 commit comments

Comments
 (0)