diff --git a/changelogs/fragments/fix-256-mysql_dump-errors.yml b/changelogs/fragments/fix-256-mysql_dump-errors.yml new file mode 100644 index 0000000..88d3594 --- /dev/null +++ b/changelogs/fragments/fix-256-mysql_dump-errors.yml @@ -0,0 +1,7 @@ +--- + +bugfixes: + - mysql_dump - Fixes issue 256. Using compression masks errors messages from + mysql_dump. By default the fix is inactiv to ensure retro-compatibility + with system without bash. To activate the fix, use the module option + `pipefail=true`.