You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/releasenotes/deployment/mendix-cloud/2026.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,16 @@ weight: 1
7
7
---
8
8
## June 2026
9
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
+
Please note that the backups taken on Mendix Cloud before 9th June will continue to work as expected after your local PostgresSQL binaries are updated to newer versions.
0 commit comments