diff --git a/slapos/instance.cfg b/slapos/instance.cfg
index b8b65da5ccebf3cf1bd526ac429bda1e6699a86c..3e4cf63641a221a667003e5059ef10b59f78a5b5 100644
--- a/slapos/instance.cfg
+++ b/slapos/instance.cfg
@@ -10,7 +10,7 @@ recipe = ${instance-recipe:name}
 dcrond_binary = ${dcron:location}/sbin/crond
 haproxy_binary = ${haproxy:location}/sbin/haproxy
 httpd_binary = ${apache:location}/bin/httpd
-#innobackupex_binary = ${xtrabackup:location}/bin/innobackupex
+innobackupex_binary = ${xtrabackup:location}/bin/innobackupex
 kumo_gateway_binary = ${kumo:location}/bin/kumo-gateway
 kumo_manager_binary = ${kumo:location}/bin/kumo-manager
 kumo_server_binary = ${kumo:location}/bin/kumo-server
@@ -45,7 +45,7 @@ link_binary_list =
   ${w3m:location}/bin/w3m
   ${xpdf:location}/bin/pdfinfo
   ${xpdf:location}/bin/pdftotext
-#  ${xtrabackup:location}/bin/xtrabackup_51
+  ${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 d7e59937c6d113f73ab033a10aed11f921111424..33bd7da069456b289e8326b4dcbadee7ab5dd85b 100644
--- a/slapos/software.cfg
+++ b/slapos/software.cfg
@@ -43,7 +43,7 @@ extends =
   profile/w3m.cfg
   profile/xorg.cfg
   profile/xpdf.cfg
-#  profile/xtrabackup.cfg
+  profile/xtrabackup.cfg
   profile/zabbix.cfg
 
 versions = versions
@@ -104,6 +104,10 @@ parts =
 # Create instance template
   template
 
+[xtrabackup]
+recipe = plone.recipe.command
+command = echo "Disabled temporally"
+
 [instance-recipe]
 # Note: In case if specific instantiation recipe is used this is the place to
 # put its name
@@ -126,7 +130,7 @@ section = python2.7
 # Default template for erp5 instance.
 recipe = slapos.recipe.template
 url = ${:_profile_base_location_}/instance.cfg
-md5sum = 0c11d76871e2b8687bd2c846e66a8386
+md5sum = e728ad0200c3e78546549ac95cf41ced
 output = ${buildout:directory}/template.cfg
 mode = 0644