We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65f9f39 commit a8916abCopy full SHA for a8916ab
1 file changed
content/en/docs/releasenotes/deployment/mendix-cloud/2026.md
@@ -7,6 +7,15 @@ weight: 1
7
---
8
## June 2026
9
10
+### June 9, 2026
11
+
12
+#### Improvements
13
14
+Mendix Cloud database backups are now created with pg_dump version 1.16. This version is shipped with PostgreSQL since September 2024 (PostgreSQL 17).
15
+The side effect is that it is not possible to restore these PostgreSQL backups using a pg_restore version below 1.16 (PostgreSQL < 17).
16
+The error that you will receive is pg_restore: [archiver] unsupported version (1.16) in the file header.
17
+To resolve this issue, upgrade your software to a version that includes newer versions of `pg_dump` and `pg_restore`.
18
19
### June 7, 2026
20
21
#### Bug Fixes
0 commit comments