[MDEV-3325] LP:818149 - Incompatibility with Percona Xtrabackup Created: 2011-07-29 Updated: 2015-02-02 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | mariadb_user (Inactive) | Assignee: | Vladislav Vaintroub |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
Using Maria DB 5.2.7 + Percona Xtrabackup 1.6.2-274 I was unable to backup data (see below). Errors: InnoDB Backup Utility v1.5.1-xtrabackup; Copyright 2003, 2009 Innobase Oy This software is published under 110729 10:45:41 innobackupex: Starting mysql with options: --defaults-file='/etc/mysql/my.cnf' --password='******************' --user='root' --host='localhost' --port='3306' --socket='/var/run/mysqld/mysqld.sock' --unbuffered – innobackupex: Using mysql Ver 14.16 Distrib 5.2.7-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2 innobackupex:: Warning: Ignored unrecognized line 2 in options : 'xtrabackup: Error: Please set parameter 'datadir' I was able to fix the problem thanks to the suggestion of Wlad on Freenode/#mariadb. The fix is as follows: In /etc/mysql/my.cnf change "[server]" to "[mysqld]" Wlad also indicated this issue caused other software to not work such as sql workbench. Please consider changing this in the future to avoid compatibility issues with other software that expects "[mysqld]". |
| Comments |
| Comment by Vladislav Vaintroub [ 2011-07-29 ] |
|
Re: Incompatibility with Percona Xtrabackup |
| Comment by Rasmus Johansson (Inactive) [ 2011-12-13 ] |
|
Launchpad bug id: 818149 |