Skip to content
This repository has been archived by the owner on Jul 4, 2022. It is now read-only.

Latest commit

 

History

History
66 lines (48 loc) · 5.58 KB

CHANGELOG.md

File metadata and controls

66 lines (48 loc) · 5.58 KB

v0.4.4 (2017-07-18)

  • Add options for backup and restore #47 (taku-k)
  • Add cron command to generate cron file #46 (taku-k)
  • Purge state in etcd when removing backups #45 (taku-k)
  • Add test for restore command #44 (taku-k)

v0.4.3 (2017-07-13)

  • Not store intermediate restored files #43 (taku-k)
  • Omit example lines in Gopkg.toml #42 (taku-k)
  • Use github.com/fortytw2/leaktest and remove original leaktest #41 (taku-k)
  • Use dep for dependency management instead of glide #40 (taku-k)
  • Use StoreSpec for store-dir flag to validate in initializing #39 (taku-k)

v0.4.2 (2017-07-11)

  • Fix segmentation fault in case db is not found #38 (taku-k)
  • Fix bug to restore backup #37 (taku-k)

v0.4.1 (2017-07-07)

  • Enrich information of nodes #36 (taku-k)
  • Add decompress cmd flag for restore #35 (taku-k)

v0.4.0 (2017-07-01)

v0.3.1 (2017-06-29)

  • Stop travis-ci email notification on success #27 (taku-k)
  • Use tar instead of pure go #26 (taku-k)
  • Support integration test with transaction #19 (taku-k)
  • Add --safe-slave-backup flag to xtrabackup command #22 (taku-k)

v0.3.0 (2017-06-27)

v0.2.0 (2017-06-21)

v0.1.0 (2017-06-20)

  • Add nodes command #8 (taku-k)
  • Enable to handle restore subcommand in case of innobackupex #7 (taku-k)
  • Fix link bug #6 (taku-k)
  • Add docs #5 (taku-k)
  • Change subcommand 'server' to 'start' #4 (taku-k)
  • Change logrus to default log package #2 (taku-k)
  • Add --max-bandwidth option for restore #1 (taku-k)