puppetlabs / puppetlabs-mysql

MySQL Puppet Module / Manifests + Types & Providers
Apache License 2.0
380 stars 790 forks source link

Fix backup/rotation with multiple excluded databases #1610

Open BuJo opened 8 months ago

BuJo commented 8 months ago

Summary

Right now, excluding multiple databases does not work. This MR aims to fix excluding multiple databases, by revising the respective regular expression.

Additional Context

Leading to:

Checklist

CLAassistant commented 8 months ago

CLA assistant check
All committers have signed the CLA.

BuJo commented 7 months ago

Branch is working in production without problems.

BuJo commented 2 months ago

Should I rebase this branch on top of the current main?

bastelfreak commented 1 month ago

I was wondering why no tests catched the issue you described. Turns out there's a test, but only for ancient mysql: https://github.com/puppetlabs/puppetlabs-mysql/pull/1642.

BuJo commented 1 week ago

Should I try and port the test forward before merging @bastelfreak ?