-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
product_docs/docs/tpa/23/rel_notes/tpa_23.23_rel_notes.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: Trusted Postgres Architect 23.23 release notes | ||
navTitle: "Version 23.23" | ||
--- | ||
|
||
Released: 21 Sep 2023 | ||
|
||
|
||
New features, enhancements, bug fixes, and other changes in Trusted Postgres Architect 23.23 include the following: | ||
|
||
| Type | Description | | ||
| ---- |------------ | | ||
| Enhancement | TPA now supports PostgreSQL 16. Please note, PostgreSQL 16 packages are not yet available in all supported repos, so not all configurations will work until this is the case. | | ||
| Change | When Postgres 16 or above is selected, TPA will not add any 2ndQuadrant repos by default. TPA will explicitly set `tpa_2q_repositories: []` in this case. | | ||
| Change | EFM is now configured to use JDK 11 by default on platforms where it is available. | | ||
| Change | Where no EDB Repositories are use, TPA will not exclude any packages from PGDG (previously Barman and psycopg2 were excluded). | | ||
| Change | Added package names for etcd and Patroni to support installation on SLES. | | ||
| Bug Fix | Fixed an issue whereby Apache HTTPD service for PEM Server would not start on boot. | | ||
| Bug Fix | Fixed an issue whereby pg_backup_api tests were run with incorrect permissions causing them to fail. | | ||
| Bug Fix | Fixed an issue whereby Apache HTTPD service for pg_backup_api would not start on boot. | | ||
| Bug Fix | Fixed an issue whereby `bdr.standby_slot_names` and `bdr.standby_slots_min_confirmed` checks used the incorrect schema on bdr3 clusters. | | ||
| Bug Fix | Fixed an issue whereby configuration keys for extensions were passed to Patroni in the incorrect format, resulting in 'WARNING: Removing unexpected parameter'. | | ||
| Bug Fix | Fixed an issue when using the intermediate base image option for `docker_images` whereby the resulting image name was incorrect. | |