forked from EnterpriseDB/tpa
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add 17 to supported Postgres versions
Refactor postgres server package workaround for pg_receivewal binary for EPAS, pgextended and edbpge since it is now included in client package for version 17. Raise error for repmgr use in configuration command since no packages are built for any Postgres 17 flavour. Update list of TPA-supported Postgres versions to drop 10 and add 17, updated documentation to reflect these changes. Update BDR version selection to include Postgres version 17. Update Postgres version list for Single Integration Test to remove 10 as it is unsupported, add 16 and 17 and default to use 16.
- Loading branch information
1 parent
36eed27
commit ddadd60
Showing
10 changed files
with
50 additions
and
14 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
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
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
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
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
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
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
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
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,22 @@ | ||
- summary: Support PostgreSQL, EDB Postgres Extended, and EDB Postgres Advanced Server 17 | ||
description: | | ||
Clusters can be configured to use PostgreSQL, EDB Postgres Extended and | ||
EDB Postgres Advanced Server version 17. | ||
Barman no longer needs to install the postgres server package to get | ||
the `pg_receivewal` binary when using EDB Postgres Advanced Server 17 or | ||
EDB Postgres Extended 17 since the binary has been added to the client | ||
package for these versions. | ||
Raise an architecture error when a cluster is configured with `repmgr` | ||
as the failover_manager as it is not available for Postgres 17. | ||
Updated documentation to reflect supported versions. | ||
# Possible types: notable_change, minor_change, bugfix or breaking_change | ||
type: notable_change | ||
# At least one between jira_tickets or support_tickets must be defined. You | ||
# can define both if you want | ||
# You must have at least one list item in each *_tickets section that is | ||
# defined | ||
jira_tickets: | ||
- TPA-803 |
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