Skip to content

Releases: ctomkow/tto

Release 0.2.0

16 Aug 23:05
Compare
Choose a tag to compare
Release 0.2.0 Pre-release
Pre-release

Fixes

  • hid custom glog flags in --help. still available for debugging, just not user-visible
  • added more unit tests for configuration package

Features

  • refactored the --help usage screen. Now properly shows all user-facing flags and commands

Release 0.1.3

15 Aug 23:51
Compare
Choose a tag to compare
Release 0.1.3 Pre-release
Pre-release

Fixes

  • Sub command parsing now handles invalid input properly
  • Added test for configuration file parsing

Release 0.1.2

15 Aug 18:34
Compare
Choose a tag to compare
Release 0.1.2 Pre-release
Pre-release

Fixes

  • Added missing mysqldump to Dockerfile
  • Cleaned up readme

Release 0.1.1

14 Aug 20:25
Compare
Choose a tag to compare
Release 0.1.1 Pre-release
Pre-release

Fixes

  • Resolved ./tto install install process failure due to reading default config file during installation
  • Resolved service removal issue when conf.json was deleted before ./tto remove was issued

Features

  • Added docker support
  • Added docker-compose support. docker-compose up -d

Release 0.1.0

14 Aug 20:22
Compare
Choose a tag to compare
Release 0.1.0 Pre-release
Pre-release

Notes

The initial release of the database backup and synchronization program.

Known Issues

  • Logging is sent to STDOUT/STDERR via glog package. On current Redhat 6 boxes, the logs disappear as SysV is used. Migrating to Redhat 7/docker solves this issue as Systemd/docker handles STDOUT/STDERR.
  • Installation via ./tto install first creates the required directories and conf file. However, the conf file needs to be valid for the service to be properly installed.
  • Deleting conf.json before a ./tto remove causes the uninstall to fail.