Skip to content

Commit 4b284a6

Browse files
committed
adds release notes for potgresql 17 binaries
1 parent 65f9f39 commit 4b284a6

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

  • content/en/docs/releasenotes/deployment/mendix-cloud

content/en/docs/releasenotes/deployment/mendix-cloud/2026.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ weight: 1
77
---
88
## June 2026
99

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.
19+
1020
### June 7, 2026
1121

1222
#### Bug Fixes

0 commit comments

Comments
 (0)