TODO 888 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
Vincent Pelletier's avatar
Vincent Pelletier committed
7 8 9 10 11
- make mariadb user accounts accept connections only from relevant IPs
  or make x509 mandatory (needs ZMySQLD*A support)
- postfix

Monitoring:
Vincent Pelletier's avatar
Vincent Pelletier committed
12 13
- daily slow-query digest
  make percona toolkit available in mysql instance and decide how to send digest
Vincent Pelletier's avatar
Vincent Pelletier committed
14
- daily apachedex
Vincent Pelletier's avatar
Vincent Pelletier committed
15 16 17 18 19 20 21

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)