[DOC] Recipe for checksumming during streaming

Bug #1103643 reported by Raghavendra D Prabhu
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Percona XtraBackup moved to https://jira.percona.com/projects/PXB
Fix Released
Medium
Hrvoje Matijakovic

Bug Description

[In:Percona XtraBackup Documentation]

This recipe was suggested by Matthew Kent (37 signals):

"

 I would have noticed this sooner had I the piped the innobackupex --stream=tar output through a checksum on both ends. You may want to update places like
 http://www.percona.com/doc/percona-xtrabackup/howtos/recipes_ibkx_stream.html to suggest it.

 ## On the destination host:
 nc -l 9999 | tee >(sha1sum > destination_checksum) > /data/backups/backup.tar
 ## On the source host:
 innobackupex --stream=tar ./ | tee >(sha1sum > source_checksum) | nc desthost 9999
 ## compare the checksums

"

Tags: doc

Related branches

Changed in percona-xtrabackup:
assignee: nobody → Hrvoje Matijakovic (hrvojem)
Changed in percona-xtrabackup:
importance: Undecided → Medium
status: New → Triaged
Changed in percona-xtrabackup:
status: Triaged → Fix Committed
Changed in percona-xtrabackup:
status: Fix Committed → Fix Released
Revision history for this message
Shahriyar Rzayev (rzayev-sehriyar) wrote :

Percona now uses JIRA for bug reports so this bug report is migrated to: https://jira.percona.com/browse/PXB-616

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.