~brad-marshall/charms/trusty/postgresql/fix-cron-backups

« back to all changes in this revision

Viewing changes to TODO

Use pg_basebackup to clone databases, allowing concurrent cloneing

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
  between services and failover, and it is unclear how that would work
14
14
  anyway (get failover working fist for units within a service).
15
15
 
16
 
- Should the cluster_name really be configurable? Just name the cluster
17
 
  after the unit to avoid conflicts.
18
 
 
19
16
- Drop config_change_command from config.yaml, or make it work.
20
17
  "restart" should be the default, as there may be required config changes
21
18
  to get replication working. "reload" would mean blocking a hook requesting
28
25
- No hook is invoked when removing a unit, leaving the host standby PostgreSQL
29
26
  cluster running and attempting to replicate from a master that is refusing
30
27
  its connections. Bug #872264.
31
 
 
32
 
- If a unit is added as a slave, and is already the master end of a
33
 
  relationship, fail with CRITICAL error.
34
 
 
35
 
- If a service containing two or more units is added as a slave, the
36
 
  master unit needs to switch to being a slave.
37
 
 
38
 
- Cannot build two replicas at the same time, due to repmgr limitations?
39
 
  Switch to pg_basebackup to clone.