postgresql-charm:9.3-support

Last commit made on 2022-04-12
Get this branch:
git clone -b 9.3-support https://git.launchpad.net/postgresql-charm
Members of PostgreSQL Charm Maintainers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
9.3-support
Repository:
lp:postgresql-charm

Recent commits

7fb3e58... by Laurent Sesquès

add back support for PG 9.3 cRT#149052

6f67536... by Hemanth Nakkina

Add pgaudit configs to pg_settings_x for postgresql 10,11,12

Reviewed-on: https://code.launchpad.net/~hemanth-n/postgresql-charm/+git/postgresql-charm/+merge/413940
Reviewed-by: Tom Haddon <email address hidden>

11dd47f... by Hemanth Nakkina

Fix regex to read extra_pg_config with dot in configuration parameters

Reviewed-on: https://code.launchpad.net/~hemanth-n/postgresql-charm/+git/postgresql-charm/+merge/413942
Reviewed-by: Tom Haddon <email address hidden>

66d9111... by Hemanth Nakkina

Fix regex to read extra_pg_config with dot

Fix regex to include parsing of dot in extra_pg_config
option.

Closes-Bug: #1956266

70d2b97... by Hemanth Nakkina

Add pgaudit configs to pg_settings_<ver>.json

Currently pgaudit settings are not added to cached pg_settings_<ver>
json files which are used for validation of schema. This patch
adds the pgaudit settings to the cached settings file.

Add pgaudit related settings by running postgres with pgaudit
locally and run lib/cache_settings.py. This should sync/update
the pg_settings_<ver>.json file with pgaudit settings and any
new updates.
Ensure to add only pgaudit configs and remove any new changes
since some of the settings have been modified manually.

Partial-Bug: #1956266

fb53407... by William Grant

Improve manual replication workload status and docstring

Reviewed-on: https://code.launchpad.net/~wgrant/postgresql-charm/+git/postgresql-charm/+merge/413778
Reviewed-by: Tom Haddon <email address hidden>

289b0e2... by Tom Haddon

The method being called when testing cluster creation should be createcluster_conf_path and inhibit_default_cluster_creation isn't a contextmanager

Reviewed-on: https://code.launchpad.net/~mthaddon/postgresql-charm/+git/postgresql-charm/+merge/413790
Reviewed-by: William Grant <email address hidden>

cfc6c67... by Tom Haddon

We also need to mock fchown as write_file defaults to root:root

8ae7aea... by Tom Haddon

The method being called when testing cluster creation should be createcluster_conf_path and inhibit_default_cluster_creation isn't a contextmanager

14d3457... by William Grant

Update postgresql.replication.cloned docstring for manual_replication