You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 9, 2023. It is now read-only.
* Version bump
* Bugfix issue345 (#346)
* Config accepts both max_archive_[size/duration] OR archive_max_[size/duration], for backward compatibility
* update comparison to use archive_max_[size/duration]
* update variable names in test config generator (archive_max_[size/duration])
* Fixed#307
* update logging format to include module/line#
* create process_runner / ProcessRunner class
* use ProcessRunner for prepare statements.
* use ProcessRunner for Backup statements; update add_tag() function to
require fewer arguments.
closes#307
* include process_runner module in setup.py
* Update process_runner.py
* fix add_tag() logic
* Updating some portions (#352)
* update pigz test so it will return exitcode 0 for ProcessRunner to function. update 2 incorrect calls to ProcessRunner(). (#357)
* small updates to logging in autoxtrabackup.py (#359)
* logging debug -> info for most modules (#360)
* subprocess str -> args update; upgrade to subprocess logging; update subprocess calls with '--password=' string; log a subprocess summary on quit; (#362)
* Removed redundant dependency package
Co-authored-by: gitmstoute <mstoute@eyereturn.com>
0 commit comments