Files
trove/releasenotes/notes/fix-support-postgresql-v13-and-above-90ba30c4ab62df3d.yaml
Adrian Jarvis 9ae2392d5a Add support for PostgreSQL 13 and above.
Parses the version from the DataStoreVersion name and exposes to the
configuration templates to allow conditional tests based on components
of the datastore version. For PostgresSQL version 12 and below sets the
wal_keep_size and for version 13 and above sets wal_keep_segments
instead.
Closes-Bug: #2008285

Change-Id: Ic028e4e0b825f4e5fc404b0aa05f9db61367e347
2025-03-19 15:05:19 +13:00

11 lines
482 B
YAML

---
fixes:
- |
Fixes support for PostgreSQL v13 and above.
Sets the `wal_keep_size` or `wal_keep_segments` in the instance
configuration file depending on the version in the data store version name.
The version number is parsed from the Datastore Version name and is exposed
to the database instance configuration templates to allow the the use of
conditional based on the version.
`Story 2008285 <https://storyboard.openstack.org/#!/story/2008285>`__