Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
innobackupex tar stream backup not working properly on 50GB database
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Aaron Gould  
View profile  
 More options Feb 4 2011, 3:31 pm
From: Aaron Gould <ibel...@gmail.com>
Date: Fri, 4 Feb 2011 12:31:06 -0800 (PST)
Local: Fri, Feb 4 2011 3:31 pm
Subject: innobackupex tar stream backup not working properly on 50GB database
I've got a 50GB database that I'm trying to backup using the tar
streaming feature of innobackupex.

Here's my backup command:

    innobackupex-1.5.1 --slave-info --stream=tar ./ | gzip - > /var/
backup/mysql/db_2011-02-04.tar.gz

The entire procedure takes several minutes, and appears to complete.
There's even a successful "innobackupex: completed OK!" on the last
line of output.

However, the resuling tar.gz file seems to be bad every time.
Whenever I list the file's contents via the tar command ("tar -iztvf
db_2011-02-04.tar.gz"), tar exits due to failure.

The server is running RedHat Enterprise 4 AS, and the tar and gzip are
the standard ones included in the distribution.  innobackupex is
version 1.5.1.

Has anyone experienced this?

Oddly, I tried a much smaller database (< 1GB) on another server, and
everything seems to be ok with the above commands...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Lee  
View profile  
 More options Feb 6 2011, 10:56 am
From: Lee <leely...@gmail.com>
Date: Sun, 6 Feb 2011 07:56:42 -0800
Local: Sun, Feb 6 2011 10:56 am
Subject: Re: innobackupex tar stream backup not working properly on 50GB database

The symptoms sound similar to this bug -
https://bugs.launchpad.net/percona-xtrabackup/+bug/690822

If you are using a 32 bit binary of tar4ibd it will silently fail to send
the entire contents of a (what I thought) was a file more than 64GB but that
threshold could be less as I didn't check what the biggest possible file
was.  If this turns out to be your issue the patch is included in the bug
report and is just a one line change changing a size_t type to a long long.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Aaron Gould  
View profile   Translate to Translated (View Original)
 More options Feb 7 2011, 3:17 pm
From: Aaron Gould <ibel...@gmail.com>
Date: Mon, 7 Feb 2011 12:17:32 -0800 (PST)
Local: Mon, Feb 7 2011 3:17 pm
Subject: Re: innobackupex tar stream backup not working properly on 50GB database
Thank you Lee -- the patch worked perfectly!  Got a full live backup,
and a "tar -iztvf" of the resulting archive read without error.

On Feb 6, 10:56 am, Lee <leely...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »