Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Bugfix issue345#346

Merged
ShahriyarR merged 3 commits intoShahriyarR:release_v1.5.5from
gitmstoute:bugfix_issue345
Jan 14, 2019
Merged

Bugfix issue345#346
ShahriyarR merged 3 commits intoShahriyarR:release_v1.5.5from
gitmstoute:bugfix_issue345

Conversation

@gitmstoute
Copy link
Copy Markdown
Contributor

@gitmstoute gitmstoute commented Jan 11, 2019

Main component to this fix is generalops.py was checking for max_archive_size in BCK, but then trying to assign archive_max_size (instead of what it checked for: max_archive_size). So, the variables were never being set properly.

archive_max_[size/duration] seems like the preferred variable names so I cleaned that up a bit throughout the project.

closes 345

@ShahriyarR
Copy link
Copy Markdown
Owner

Thank you for PR.
I am going to create release_v1.5.5 branch and merge your changes there.

@ShahriyarR
Copy link
Copy Markdown
Owner

Also there is a nice Feature Request:
#307

Maybe you can implement it also if you have some passion further :)

@ShahriyarR ShahriyarR added this to the release_v1.5.5 milestone Jan 14, 2019
@ShahriyarR ShahriyarR changed the base branch from master to release_v1.5.5 January 14, 2019 12:08
@ShahriyarR ShahriyarR merged commit 8fda42d into ShahriyarR:release_v1.5.5 Jan 14, 2019
ShahriyarR pushed a commit that referenced this pull request Feb 7, 2020
* 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>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants