May 26, 2012

Post: Announcing Percona XtraBackup 1.6.6

… to also announce the latest minor release in the Percona XtraBackup 1.6 series. We recognise that not everybody will want or be… to our new major release, Percona XtraBackup 2.0 and so we’re also releasing Percona XtraBackup 1.6.6. This is a minor release and… for the 1.6 series separate, which is now located at: http://www.percona.com/doc/percona-xtrabackup/1.6/ Release notes for 1.6.6 are available…

Post: Percona XtraBackup 1.9.2 released (Beta)

Percona is glad to announce the release of Percona XtraBackup 1.9.2 on 28th March 2012. Downloads are available from our download… late BETA release in the process of going towards Percona XtraBackup 2.0.0. This is a BETA quality release and is… the current Stable version – currently 1.6.5 in the 1.6 series at the time of writing. The 1.9.x version numbers will…

Post: Announcing Percona XtraBackup 1.9.1

… Percona XtraBackup 2.0! We call this version 1.9.1 as we are using the 1.9.x version numbers for betas of 2.0… production use, check out our latest stable release (which was 1.6.5 at the time of writing). This beta adds some… at once. tar4ibd functionality is replaced by functionality in the xtrabackup binary itself. The xbstream utility is added This utility has…

Post: Announcing Percona XtraBackup 2.0.0 GA

2.0.0 release contains no changes from the last beta (1.9.2), only the version number has changed. New since 1.6: Percona XtraBackup can now save Galera replication information while performing a backup when given the –galera-info option to innobackupex. XtraBackup

Comment: How to recover a single InnoDB table from a Full Backup

… recover a single table # xtrabackup_55 –backup –innodb-file-per-table –target-dir=/mnt/mysql/export/ –tables=data # xtrabackup_55 –prepare –export… with the export files SET GLOBAL innodb_import_table_from_xtrabackup = 1; ALTER TABLE data IMPORT TABLESPACE; After those being done i…: 9 indexes have been detected. InnoDB: Progress in %: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15…

Post: Percona Xtrabackup 1.6.2 released!

Percona is glad to announce the release of Percona XtraBackup 1.6.2 on 25 July, 2011 (Downloads are available here and from … found in the 1.6.2 milestone at Launchpad. New Options –version The –version option has been added to the xtrabackup binary for printing…-specific distribution: #785556 (Ignacio Nin) Improvements and fixes on the XtraBackup Documentation: #745185, #721339 (Rodrigo Gadea) For more information, please see…

Post: Percona XtraBackup 1.6.3

… tables are executed while taking a backup, an upgrade to XtraBackup 1.6.3 is strongly recommended. Under this scenario, if the server…). Due to a regression introduced in XtraBackup 1.6.2, innobackupex –copy-back did not work if the xtrabackup binary was not specified explicitly with…_file_per_table option is being used, an upgrade to XtraBackup 1.6.3 isstrongly recommended. Under this scenario, if the server version…

Post: Percona XtraBackup 1.6 for Windows "try me" edition

Previously we had XtraBackup Windows binaries for 1.0 and 1.2 releases, and they were based on Cygwin compilation of MySQL. … experience. Binaries are available there http://www.percona.com/downloads/XtraBackup/XtraBackup-1.6/Windows-alpha/

Comment: Percona XtraBackup 1.6

Hi Nouri, we have just released Xtrabackup 1.6.2. You can find more info and download links on the following post: http://www.mysqlperformanceblog.com/2011/07/25/percona-xtrabackup-1-6-2-released/

Comment: Percona Xtrabackup 1.6.2 released!

Is it intentional that xtrabackup-1.6.2.tar.gz does no longer contain tar4ibd?