~percona-core/percona-xtrabackup/2.1

« back to all changes in this revision

Viewing changes to BUILD.txt

  • Committer: Alexey Kopytov
  • Date: 2012-06-13 16:09:40 UTC
  • mfrom: (391.1.48 2.0)
  • Revision ID: akopytov@gmail.com-20120613160940-lk462vbqyuc1984v
AutomergeĀ fromĀ 2.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
 
48
48
  $ AUTO_DOWNLOAD="yes" ./utils/build.sh xtradb
49
49
 
50
 
and you go for a coffee, at your return XtraBackup will be ready to be used. 
51
 
The xtrabackup binary will located in the following subdirectory depending 
52
 
on the building target:
53
 
 
54
 
  ================== =======================================================
55
 
  Target             Location
56
 
  ================== =======================================================
57
 
  innodb51_builtin   mysql-5.1/storage/innobase/xtrabackup
58
 
  innodb51           mysql-5.1/storage/innodb_plugin/xtrabackup
59
 
  innodb55           mysql-5.5/storage/innobase/xtrabackup
60
 
  xtradb51           Percona-Server-5.1/storage/innodb_plugin/xtrabackup
61
 
  xtradb55           Percona-Server-5.5/storage/innobase/xtrabackup
62
 
  ================== =======================================================
 
50
and you go for a coffee, at your return XtraBackup will be ready to be used.
 
51
The xtrabackup binary will located in the "percona-xtrabackup/src" subdirectory.
 
52
 
 
53
After this you'll need to copy innobackupex and the corresponding xtrabackup
 
54
binary to some directory listed in the PATH environment variable, e.g. /usr/bin.
 
55