Skip to content

Commit 5ab2eda

Browse files
authored
PROCESS is now required
Fails on newer MySQL versions
1 parent 8386374 commit 5ab2eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/backup/xtrabackup.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
ensure => $ensure,
4141
user => "${backupuser}@localhost",
4242
table => '*.*',
43-
privileges => [ 'RELOAD', 'LOCK TABLES', 'REPLICATION CLIENT' ],
43+
privileges => [ 'RELOAD', 'PROCESS', 'LOCK TABLES', 'REPLICATION CLIENT' ],
4444
require => Mysql_user["${backupuser}@localhost"],
4545
}
4646
}

0 commit comments

Comments
 (0)