[DOC] XB compile page updates
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Percona XtraBackup moved to https://jira.percona.com/projects/PXB |
Fix Released
|
Medium
|
Hrvoje Matijakovic |
Bug Description
Suggested changes for:
http://
1. Add "zlib-devel" to the list of packages, otherwise you get a compile error (missing zlib.h - even though it's there in PS 5.5, the OS one is used)
2. Change "ncurses5-devel" to "ncurses-devel" - at least that is what it named on FC17 and Centos6 (with no ncurses5-devel available)
3. Change this:
----
After this you’ll need to copy innobackupex and the corresponding xtrabackup binary to some directory listed in the PATH environment variable, e.g. /usr/bin.
----
To:
----
After this you’ll need to copy innobackupex (in the root folder used to retrieve XtraBackup) and the corresponding xtrabackup binary (in the src folder) to some directory listed in the PATH environment variable, e.g. /usr/bin.
----
(I realize there is already a reference to src in the paragraph above, but not to root.)
Thanks!
Related branches
- Stewart Smith (community): Approve
-
Diff: 293 lines (+54/-37)9 files modifieddoc/source/innobackupex/incremental_backups_innobackupex.rst (+9/-5)
doc/source/innobackupex/innobackupex_option_reference.rst (+3/-3)
doc/source/innobackupex/privileges.rst (+4/-1)
doc/source/installation/compiling_xtrabackup.rst (+5/-5)
doc/source/percona-theme/layout.html (+13/-15)
doc/source/percona-theme/static/percona.com.css (+3/-3)
doc/source/xtrabackup_bin/choosing_binary.rst (+7/-1)
doc/source/xtrabackup_bin/incremental_backups.rst (+5/-1)
innobackupex (+5/-3)
- Stewart Smith (community): Approve
-
Diff: 300 lines (+54/-37)9 files modifieddoc/source/innobackupex/incremental_backups_innobackupex.rst (+9/-5)
doc/source/innobackupex/innobackupex_option_reference.rst (+3/-3)
doc/source/innobackupex/privileges.rst (+4/-1)
doc/source/installation/compiling_xtrabackup.rst (+5/-5)
doc/source/percona-theme/layout.html (+13/-15)
doc/source/percona-theme/static/percona.com.css (+3/-3)
doc/source/xtrabackup_bin/choosing_binary.rst (+7/-1)
doc/source/xtrabackup_bin/incremental_backups.rst (+5/-1)
innobackupex (+5/-3)
Changed in percona-xtrabackup: | |
status: | Confirmed → Triaged |
summary: |
- Docs: XB compile page updates + [DOC] XB compile page updates |
Changed in percona-xtrabackup: | |
status: | Triaged → In Progress |
Changed in percona-xtrabackup: | |
status: | In Progress → Fix Committed |
Changed in percona-xtrabackup: | |
status: | Fix Committed → Fix Released |
While looking into this, small typo on title of http:// www.percona. com/doc/ percona- xtrabackup/ intro.html# n-1 also: s/Xtrabackup/ XtraBackup/