Merge ~wck0/landscape-bundles:enable-postgresql-plugins into landscape-bundles:scalable-stable

Proposed by Bill Kronholm
Status: Work in progress
Proposed branch: ~wck0/landscape-bundles:enable-postgresql-plugins
Merge into: landscape-bundles:scalable-stable
Diff against target: 17 lines (+6/-0)
1 file modified
bundle.yaml (+6/-0)
Reviewer Review Type Date Requested Status
Landscape Pending
Review via email: mp+465888@code.launchpad.net

Commit message

We need to re-enable some plugins in postgresql. This MR achieves that.

However, there are still issues with using rev 363 of the postgresql charm. After restarting the units we have messages like these in the journalctl logs and we get 503s in the browser.

May 09 19:14:54 juju-6387c0-2 systemd[1]: Started Service for snap application charmed-postgresql.pgbackrest-service.
May 09 19:14:57 juju-6387c0-2 charmed-postgresql.pgbackrest-service[661]: ERROR: [037]: server command requires option: tls-server-auth
May 09 19:14:58 juju-6387c0-2 systemd[1]: snap.charmed-postgresql.pgbackrest-service.service: Main process exited, code=exited, status=37/n/a
May 09 19:14:58 juju-6387c0-2 systemd[1]: snap.charmed-postgresql.pgbackrest-service.service: Failed with result 'exit-code'.

To post a comment you must log in.

Unmerged commits

6193b3f... by Bill Kronholm

Re-enable postgresql plugins.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/bundle.yaml b/bundle.yaml
2index 4ca2a29..4fe86a8 100644
3--- a/bundle.yaml
4+++ b/bundle.yaml
5@@ -27,6 +27,12 @@ applications:
6 channel: 14/stable
7 revision: 363
8 num_units: 1
9+ options:
10+ plugin_plpython3u_enable: true
11+ plugin_ltree_enable: true
12+ plugin_intarray_enable: true
13+ plugin_debversion_enable: true
14+ plugin_pg_trgm_enable: true
15 constraints: mem=2048
16 rabbitmq-server:
17 charm: ch:rabbitmq-server

Subscribers

People subscribed via source and target branches

to all changes: