~longbow/percona-xtrabackup/fix664986

« back to all changes in this revision

Viewing changes to doc/source/xtrabackup_bin/limitation.rst

  • Committer: Alexey Kopytov
  • Date: 2011-07-19 07:15:08 UTC
  • mfrom: (290.2.1 staging)
  • Revision ID: akopytov@gmail.com-20110719071508-lxkx7tgghohnevkn
MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Limitations of xtrabackup
 
2
=========================
 
3
 
 
4
The ``xtrabackup`` binary has some limitations you should be aware of to ensure that your backups go smoothly and are recoverable.
 
5
 
 
6
* If the ``xtrabackup_logfile`` is larger than 4GB, the ``--prepare`` step will fail on 32-bit versions of ``xtrabackup``.
 
7
 
 
8
* ``xtrabackup`` does not currently create new InnoDB log files (``ib_logfile0``, etc) during the initial ``--prepare`` step. You must prepare the backup a second time to do this, if you wish.
 
9
 
 
10
* ``xtrabackup`` copies only the InnoDB data and logs. It does not copy table definition files (``.frm`` files), MyISAM data, users, privileges, or any other portions of the overall database that lie outside of the InnoDB data. To back up this data, you need a wrapper script such as :doc:`innobackupex <../innobackupex/innobackupex_script>`.
 
11
 
 
12
* ``xtrabackup`` doesn't understand the very old ``--set-variable`` ``my.cnf`` syntax that MySQL uses. See :doc:`configuring`.
 
13