Merge lp:~barryprice/charms/trusty/postgresql/clarify_backup_schedule into lp:charms/trusty/postgresql

Proposed by Barry Price
Status: Merged
Merged at revision: 139
Proposed branch: lp:~barryprice/charms/trusty/postgresql/clarify_backup_schedule
Merge into: lp:charms/trusty/postgresql
Diff against target: 17 lines (+2/-2)
1 file modified
config.yaml (+2/-2)
To merge this branch: bzr merge lp:~barryprice/charms/trusty/postgresql/clarify_backup_schedule
Reviewer Review Type Date Requested Status
Stuart Bishop (community) Approve
Review Queue (community) automated testing Approve
Review via email: mp+281422@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Barry Price (barryprice) wrote :

I'd ideally like to support backups on a more frequent basis than daily, but this at least clarifies the current reality.

Revision history for this message
Review Queue (review-queue) wrote :

This item has failed automated testing! Results available here http://juju-ci.vapour.ws:8080/job/charm-bundle-test-lxc/2010/

review: Needs Fixing (automated testing)
Revision history for this message
Review Queue (review-queue) wrote :

The results (PASS) are in and available here: http://juju-ci.vapour.ws:8080/job/charm-bundle-test-aws/1990/

review: Approve (automated testing)
Revision history for this message
Stuart Bishop (stub) wrote :

Yup.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'config.yaml'
--- config.yaml 2015-08-17 16:06:02 +0000
+++ config.yaml 2015-12-30 09:07:36 +0000
@@ -124,11 +124,11 @@
124 backup_schedule:124 backup_schedule:
125 default: "13 4 * * *"125 default: "13 4 * * *"
126 type: string126 type: string
127 description: Cron-formatted schedule for database backups.127 description: Cron-formatted schedule for daily database backups.
128 backup_retention_count:128 backup_retention_count:
129 default: 7129 default: 7
130 type: int130 type: int
131 description: Number of recent backups to retain.131 description: Number of daily backups to retain.
132 nagios_context:132 nagios_context:
133 default: "juju"133 default: "juju"
134 type: string134 type: string

Subscribers

People subscribed via source and target branches

to all changes: