Nemanja Delic
041ef06c78
parametrize xtradb package name ( #860 )
2016-07-01 14:45:35 +01:00
Christian Fasnacht
e733df7388
add new backup dump parameter maxallowedpacket
2016-06-21 15:44:59 +02:00
LaurentCrisci
cda93b8452
Using ensure_packages instead of package
2016-04-25 13:29:36 +01:00
LaurentCrisci
0ad4f71934
Added bzip2 package support on mysqldump backup
...
The script used by this mysqldump class, mysqlbackup.sh, requires bzcat
which is part of the bzip2 package.
This patch will make sure that bzip2 is installed before setting up the
cron tab job using mysqlbackup.sh
2016-04-25 13:17:33 +01:00
Hunter Haugen
d8206aa4ec
Allow mysql::backup::mysqldump to access root_group in tests
2016-03-25 15:31:15 -07:00
Liao Penghui
3694ae2a80
(MODULES-2787) Fixes for future parser
...
The weekday attribute of cron resource will be parse to negetive integer
with future parser. This patch is aim to ensure that the value types of
cron resouce are valid with future parser.
2015-11-05 00:11:15 +08:00
David Danzilio
a7a5c66bc4
Add support for postscript for xtrabackup provider
...
This commit implements the 'postscript' functionality for the xtrabackup
provider. It also adds a 'prescript' option to be executed before a
backup.
2015-08-05 16:15:25 -04:00
Travis Fields
9dad94a8c6
(fix) - Fix issue where fact is unknown at start
...
- Resolve issue where if known and failed versioncmp would result in idempotency issue on second run
2015-05-11 09:36:35 -07:00
Travis Fields
8b1fa24479
(fix) - Fix an issue were we assume triggers work
...
- There are older versions of mysql that do not support the privilege TRIGGER and need to change default to not include
http://dev.mysql.com/doc/refman/5.0/en/grant.html
'MySQL does not support the standard SQL UNDER privilege, and does not support the TRIGGER privilege until MySQL 5.1.6'
- Updated tests to have both 5.1.6 and 5.0.11 tests for mysql_version fact
2015-05-08 08:51:38 -07:00
Steven C. Saliman
1018a0370a
Cleaned up the privilege assignment in the mysqldump backup script
2015-04-30 14:21:08 -06:00
Steven C. Saliman
49f273a42c
Made the 'TRIGGER'privilege of mysqldump backups depend on whether or not we are actually backing up triggers
2015-04-30 12:37:38 -06:00
Steven C. Saliman
ec14b87a81
Added options for including/excluding triggers and routines, and fixed a permission problem that was preventing triggers from being backed up
2015-04-30 08:01:06 -06:00
Maxime VISONNEAU
2b9e777637
Bugfix on Xtrabackup crons
2015-04-21 14:25:11 +02:00
Dmitry Melanchenko
6a79d26838
references to README.md and default values were added to workaround warnings from puppet-lint
2015-04-15 21:25:37 +00:00
Igor Galić
eb3fa4e9f5
Merge pull request #697 from fraenki/freebsd_support
...
fix FreeBSD support for backups
2015-04-13 15:39:15 +02:00
Frank Wall
a2faed23ac
fix FreeBSD support for backups
2015-03-31 12:58:49 +02:00
Igor Galić
1c3bf95e21
mysql backup: fix regression in mysql_user call
...
due to a mishappen rebase, in #649 , we introduced a regression fixed
which was fixed in #655 .
how come our tests don't catch this?
2015-03-05 14:33:44 +01:00
Travis Fields
51d66a53ab
Fix lint issues due to merging of PR #649
2015-02-19 10:55:24 -08:00
Daniël van Eeden
58508b772a
Use backup providers
...
Add MySQL Enterprise Backup and Percona XtraBackup
2015-02-11 22:27:35 +01:00