Releases: ctomkow/tto
Releases · ctomkow/tto
Release 0.2.0
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
Fixes
- Sub command parsing now handles invalid input properly
- Added test for configuration file parsing
Release 0.1.2
Fixes
- Added missing mysqldump to Dockerfile
- Cleaned up readme
Release 0.1.1
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
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.