I completed my first full backup of the server which went flawlessly, but I did my first incremental and it seems to have backed up the entire database again (not unexpected as all the tables are MyISAM). However the concern here is what the xtrabackup_checkpoints is reporting:
backup_type = incremental
from_lsn = 1377199387
to_lsn = 1377199387
last_lsn = 1377199387
Shouldn’t there be even a little bit of incrementing up here when backing up a live slave? I want to make sure I’m interpreting this right, but according to the documentation, I should see a larger number in the to_lsn and last_lsn than the starting number, right?
Thanks in advance.
Jim Yarrow