module-puppetlabs-mysql/templates
Oleg Malashenko 9e2540f4fc Harden mysqlbackup.sh script
* mysql::backup backuprotate parameter sets the number of backups to keep,
   default is 30.

 * Use bash in mysqlbackup.sh to get exit status of mysqldump when piped to
   bzip2. Unfortunately there is no easy portable way to do that.

 * Only delete old backups when current backup finished successfully.

 * Try hard not to delete files that we didn't create (i.e. README or other
   backups).
2013-07-05 11:27:29 +10:00
..
my.cnf.erb Merge branch 'master' of https://github.com/puppetlabs/puppetlabs-mysql 2013-07-02 22:11:19 +04:00
my.cnf.pass.erb Quote the password 2013-06-26 11:47:11 +02:00
my.conf.cnf.erb use of variables w/ out a '@' has been deprecated, and as of 3.2.x Puppet warns about it 2013-05-24 10:01:52 -04:00
mysqlbackup.sh.erb Harden mysqlbackup.sh script 2013-07-05 11:27:29 +10:00