-
Notifications
You must be signed in to change notification settings - Fork 794
Allow excludedatabases when using file_per_database #1480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
mysql::backup::mysqldump is a classthat may have no external impact to Forge modules. mysql::server::backup is a classBreaking changes to this file WILL impact these 4 modules (exact match):This module is declared in 140 of 579 indexed public
|
manifests/backup/mysqldump.pp
Outdated
@@ -33,6 +33,7 @@ | |||
$compression_command = 'bzcat -zc', | |||
$compression_extension = '.bz2', | |||
$backupmethod_package = undef, | |||
Array[Strings] $excludedatabases = [], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can indent the other parameters as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you could indent the other parameters, that would be great. Once that is done, I will be happy to merge this PR 👍
Is anyone able to review this PR? |
Commits are now squashed ✔️ |
Hey @HT43-bqxFqB, I'm happy to merge this one. Do not worry about the indentation, we'll make a quick fix as soon as we release it. Thanks for your contribution! 👍 |
Fixes #449 #461