Sha256: cfcdc706bbbe22d55eca19887af16cd8e354d10dfb9c6fb54dcbecfd88681399

Contents?: true

Size: 1.05 KB

Versions: 4

Compression:

Stored size: 1.05 KB

Contents

- refactor
  - refactor out global variables. pass a config object around instead
  - common logging
  - remove 1.8.6 support
  - module registry
  - base => prefix ?
  - move requires into specific modules
	- config.foo instead of config[:foo]

- features
  - remote-only s3 support
  - generic notifier support
    - email notifier
    - hipchat
  - generic error notifier support
    - email
    - hipchat



- add 'silent'
- handle errors from mysqldump
- check that gpg is installed
- support percona XtraBackup as an option instead of mysqldump [patches anyone :) ?]
- backup validation:
  - support for 'minsize' opition in backup that will check that produced backup is at least the expected size
    this should catch many backup failure scenarious (like broken mysql connection, insufficient disk space etc.
- support differencial backups
  - it should be fairly easy for filesystem backups using tar's built in incremental functionality.
  - for mysql need to use XtraBackup
  - or we can keep the previous dump locally and store only diff with the latest dump

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
webtranslateit-safe-0.4.2 TODO
webtranslateit-safe-0.4.1 TODO
webtranslateit-safe-0.4.0 TODO
akupchanko-astrails-safe-0.3.1 TODO