Merge lp://staging/~pjdc/charms/trusty/postgresql/no-restart-on-upgrade into lp://staging/charms/trusty/postgresql
Proposed by
Paul Collins
Status: | Merged |
---|---|
Merged at revision: | 112 |
Proposed branch: | lp://staging/~pjdc/charms/trusty/postgresql/no-restart-on-upgrade |
Merge into: | lp://staging/charms/trusty/postgresql |
Diff against target: |
40 lines (+4/-5) 1 file modified
hooks/hooks.py (+4/-5) |
To merge this branch: | bzr merge lp://staging/~pjdc/charms/trusty/postgresql/no-restart-on-upgrade |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Stuart Bishop (community) | Approve | ||
Review via email: mp+249022@code.staging.launchpad.net |
Description of the change
upgrade_charm(): prevent install() from unconditionally restarting postgres;
requires_restart(): log missing saved_config
To post a comment you must log in.
Looks good & tests are still passing. Thanks!