TODO 771 Bytes
Newer Older
Vincent Pelletier's avatar
Vincent Pelletier committed
1
(in no special order)
2

Vincent Pelletier's avatar
Vincent Pelletier committed
3 4 5 6
General:
- ipv6 support (besides frontend-backend apache connection)
  requires important changes at ERP5 level
- resilience
7
- mariadb: make x509 mandatory (needs ZMySQLD*A support)
8 9
- make postfix log inside partition
- document postfix parameters (only once it actually works)
Vincent Pelletier's avatar
Vincent Pelletier committed
10

Vincent Pelletier's avatar
Vincent Pelletier committed
11 12 13 14 15 16
Backups:
- flush binlogs independently from full backups (in addition to anyway flushing them on full backup creation)
- rotate tidstorage consistency points
- make mysql backup path an instance parameter
- make srv/backup/zodb the default value for a parameter (zodb{ 'backup_root': ...} or so) to have a single value to modify to relocate zodb backups of a partition
- make srv/backup/logrotate customisable (per partition, otherwise files will overwrite each other)