mikegriffin

Results 10 issues of mikegriffin

It would be nice to have a non-FULL processlist configuration that continues to default to full processlist (call a new print_mysql_full_procs): > USEMYSQLFULLPROCESSLIST=yes > print_mysql_procs() > .. > > mysqladmin...

https://github.com/holland-backup/holland/blob/master/holland/core/util/lock.py#L34 https://jenkins.hollandbackup.org/job/holland/job/master/20/execution/node/40/log/ > holland/core/util/lock.py:28:8: R1720: Unnecessary "else" after "raise", remove the "else" and de-indent the code inside it (no-else-raise) > holland/core/util/lock.py:45:8: R1720: Unnecessary "else" after "raise", remove the "else" and...

@soulen3 Thanks for recent merges. Before a new release, I wonder if you'll allow me to work a bit longer on trying to resolve #348 Also, I wonder if we...

`xtrabackup_version()` being called twice In `util.py` via: ``` if int(xtrabackup_version().split(".")[0]) < 8: args.append("--no-timestamp") ```

``` /usr/sbin/holland:6: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html ``` ``` /usr/bin/holland /usr/bin/holland_cvmysqlsv /usr/lib/python3/dist-packages/holland/__init__.py /usr/lib/python3/dist-packages/holland/backup/__init__.py /usr/lib/python3/dist-packages/holland/commands/__init__.py /usr/lib/python3/dist-packages/holland/core/cmdshell.py /usr/lib/python3/dist-packages/holland/core/command/command.py /usr/lib/python3/dist-packages/holland/core/plugin.py /usr/lib/python3/dist-packages/holland/lib/__init__.py /usr/lib/python3/dist-packages/holland/lib/mysql/client/base.py ```

**Describe the bug** Build initially indicated in #718 but currently stale (ie backup replica not supported) **To Reproduce** Command executed: `# apt-cache policy mydumper` ``` mydumper: Installed: 0.10.1-1ubuntu1 Candidate: 0.10.1-1ubuntu1...

Feature Request

Both versions appear to force stream format to mbstream or xbstream (tar no longer supported): ``` else: args.append("--backup") if stream: args.append("--stream=xbstream") ``` Holland then keeps the originally configured stream method,...

It might be useful in some environments, where credentials are not stored locally, to allow arbitrary commands to fetch them, eg: ``` [mysql:client] credential-method=fetch user-fetch-cmd=curl foo1 | base64 --decode passwd-fetch-cmd=curl...

enhancement

Add documentation for #213 in docs/config.html ([holland:backup])