Explain how to schedule postgres dump
Bug #1670352 reported by
Merlijn Sebrechts
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
PostgreSQL Charm |
Triaged
|
High
|
Unassigned |
Bug Description
The docs talk about a dump that can be scheduled in the charm but don't mention how to do that exactly.
RELEVANT SECTION IN README:
> PostgreSQL dumps, such as those that can be scheduled in the charm, can be recovered on a new unit by using 'juju ssh' to connect to the new unit and using the standard PostgreSQL pg_restore(1) tool. This new unit must be standalone, or the master unit. Any hot standbys will replicate the recovered data from the master.
To post a comment you must log in.
Document the cron-format backup schedule in the config, and the new wal-e-backup action while I'm there (assuming it is landed)