~jason-hobbs/postgresql-charm:fix-iteration-over-relations

Last commit made on 2017-10-04
Get this branch:
git clone -b fix-iteration-over-relations https://git.launchpad.net/~jason-hobbs/postgresql-charm
Only Jason Hobbs can upload to this branch. If you are Jason Hobbs please log in for upload directions.

Branch merges

Branch information

Name:
fix-iteration-over-relations
Repository:
lp:~jason-hobbs/postgresql-charm

Recent commits

bd23d09... by Jason Hobbs

Fix iteration over relations during upgrade.

5890e3e... by Stuart Bishop

Centralized client credentials store

Simplify client credential storage by storing details in the
leadership settings, rather than scattered around various relations.
Fixes lp:1618248.

0565a50... by Stuart Bishop

Pin websocket-client to work around lp:1713871

d12c89b... by Stuart Bishop

Reset replication user after restore

Address lp:1713744 by triggering the replication user to be created if
necessary and password reset after restoring a database.

Also ensure client users and databases are reset and/or created.

f0eb68c... by Stuart Bishop

Remove PGDB key preamble to work around lp:1710437

5eddab8... by Stuart Bishop

Ensure database migrated to attached Juju storage

Juju storage was being used if attached at deploy time, but migration
was not occuring if storage was attached after the initial setup
completed. Add upgrade-charm steps to recover affected deployments.

b32deec... by Stuart Bishop

Lower default kept WAL segments for replicated deploments

36caff7... by Stuart Bishop

Updated icon

8b4d856... by Stuart Bishop

Avoid unnecessary config reloads

a97b92b... by Stuart Bishop

Reset nagios user credentials after database restore