PHP程序员站--PHP编程开发平台
 当前位置:主页 >> PHP基础 >> 基础文章 >> 

PerconaXtraBackup 1.6正式版发布

PerconaXtraBackup 1.6正式版发布

来源:PHP程序员站  作者:PHP程序员站  发布时间:2011-04-14
XtraBackup 是一个用来备份 MySQL 的 InnoDB 数据库的开源工具。 例如执行增量备份的命令是: # ./xtrabackup --backup --target-dir=/backup/delta --incremental-basedir=/backup/base 增加的选项 Added option --extra-lsndir to innobackupex. When specified for

XtraBackup 是一个用来备份 MySQL 的 InnoDB 数据库的开源工具。

例如执行增量备份的命令是:

# ./xtrabackup --backup --target-dir=/backup/delta --incremental-basedir=/backup/base

 


增加的选项

Added option --extra-lsndir to innobackupex. When specified for the backup phase, the option is passed to xtrabackup, and lsn information is stored with the file in the specified directory. This is needed so that lsn information is preserved during stream backup. (Vadim Tkachenko)

Added option --incremental-lsn to innobackupex. If specified, this option is passed directly to the xtrabackup script and --incremental-basedir is ignored. (Vadim Tkachenko)

Added option --incremental-dir to innobackupex. This option is passed directly to the xtrabackup binary. (Vadim Tkachenko)

Added option --safe-slave-backupto innobackupex. (Daniel Nichter)

Added option --safe-slave-backup-timeout to innobackupex. (Daniel Nichter)

其他改动

Eliminated some compiler warnings. (Stewart Smith)

Ported XtraBackup to MySQL 5.1.55, MySQL 5.5.9, Percona Server 5.1.55-12.6, and Percona Server 5.5.9-20.1 code bases. The xtrabackup_55 binary is now based on Percona Server 5.5, rather than MySQL 5.5. Support for building against InnoDB plugin in MySQL 5.1 has been removed. (Alexey Kopytov)

Updates were made to made to the built-in innobackupex usage docs. (Baron Schwartz, Fred Linhoss)

Added a manual page for XtraBackup. (Aleksandr Kuzminsky)

Disabled auto-creating ib_logfile* when innobackupex is called with --redo-only or with --incremental-dir. If neccessary ib_logfile* can be created later with xtrabackup --prepare call. (Vadim Tkachenko)

Fixed xtrabackup exit code to improve portability: EXIT_SUCCESS on success and EXIT_FAILURE on a failure. (Aleksandr Kuzminsky)

For portability, the XtraBackup build script now tries to link with libaio only on Linux. (Aleksandr Kuzminsky)

XtraBackup 1.6 还修复了大量的bug,详情请看这里。

 


延伸阅读:
数据库备份类
ORACLE 数据库备份技术
MySQL数据库备份
用 PHP 实现 XML 备份 Mysql 数据库
php数据库备份参考
Linux网络备份MYSQL
PHP通用数据库备份类示例
小而强大的数据库备份程序
MySQL平台数据库备份方案详细说明
如何用SQLyog备份及导入mysql数据库
MySQL数据库备份恢复的两个实用方法

Oracle数据库备份方式中不同恢复的特性
PHP备份数据库为SQL文件函数
利用mysqldump备份MySQL数据库
使用MYSQL界定符备份及还原数据库
5款优秀免费在线数据备份 存储工具
最新文章
推荐阅读
月点击排行榜
PHP程序员站 Copyright © 2007-2010,PHPERZ.COM All Rights Reserved 粤ICP备07503606号