We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c09f03f commit 3b0bdf7Copy full SHA for 3b0bdf7
manifests/server/backup.pp
@@ -68,7 +68,8 @@
68
# @param install_cron
69
# Manage installation of cron package
70
# @param compression_command
71
-# Configure the command used to compress the backup (when using the mysqldump provider)
+# Configure the command used to compress the backup (when using the mysqldump provider). Make sure the command exists
72
+# on the target system. Packages for it are NOT automatically installed.
73
# @param compression_extension
74
# Configure the file extension for the compressed backup (when using the mysqldump provider)
75
class mysql::server::backup (
0 commit comments