[buildout]
extends = ${template-mariadb:output}
${template-pbsready-export:output}
parts += mariadb
[exporter]
recipe = slapos.cookbook:mydumper
wrapper = $${rootdirectory:bin}/$${slap-parameter:namebase}-exporter
backup-directory = $${directory:backup}
socket = $${mariadb:socket}
user = root
mydumper-binary = ${mydumper:location}/bin/mydumper
database = $${mariadb:database}
import = false
-
Timothée Lacroix authored
This is a squash merge of 'resiliency-testing' branch when the HEAD of this branch was f725c81d7d69. The merge was done by Antoine Catton.
bb83c9f6