Comment 3 for bug 977995

Revision history for this message
Alexey Kopytov (akopytov) wrote :

The workaround is to first save the resulting stream to a file, and then extract it in a separate step:

innobackupex --stream=xbstream --compress /tmp | ssh user@host "cat - > /tmp/backup.xbstream"
(on remote host):
xbstream -xv -C /data/backup < /tmp/backup.xbstream