diff --git a/slapos/instance.cfg b/slapos/instance.cfg
index 3e4cf63641a221a667003e5059ef10b59f78a5b5..a7ca24ec6d5d4e67f5ab0e65e1dceb5522c7dc00 100644
--- a/slapos/instance.cfg
+++ b/slapos/instance.cfg
@@ -28,6 +28,7 @@ runzeo_binary = ${buildout:bin-directory}/runzeo
 runzope_binary = ${buildout:bin-directory}/runzope
 tidstorage_repozo_binary = ${buildout:bin-directory}/tidstorage_repozo
 tidstoraged_binary = ${buildout:bin-directory}/tidstoraged
+xtrabackup_51_binary = ${xtrabackup:location}/bin/xtrabackup_51
 zabbix_agent_binary = ${zabbix-agent:location}/sbin/zabbix_agent
 
 # cloudooo specific configuration
@@ -45,7 +46,6 @@ link_binary_list =
   ${w3m:location}/bin/w3m
   ${xpdf:location}/bin/pdfinfo
   ${xpdf:location}/bin/pdftotext
-  ${xtrabackup:location}/bin/xtrabackup_51
 
 # XXX: products won't be needed as soon as all ERP5 (and products-deps)
 # products will be eggified so then it will be possible to use them thanks to
diff --git a/slapos/software.cfg b/slapos/software.cfg
index 5b3701ff43f08a91d9073c15e2447923b0d6c640..009bb8909a4c40c5ca1119a76e104386141f28e7 100644
--- a/slapos/software.cfg
+++ b/slapos/software.cfg
@@ -126,7 +126,7 @@ section = python2.7
 # Default template for erp5 instance.
 recipe = slapos.recipe.template
 url = ${:_profile_base_location_}/instance.cfg
-md5sum = e728ad0200c3e78546549ac95cf41ced
+md5sum = 494fd0955b55bcd2e4ef94293083e90e
 output = ${buildout:directory}/template.cfg
 mode = 0644