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
11 lines
482 B
YAML
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>`__ |