innobackupex --apply-log doesn't read config from backup-my.cnf
Bug #996493 reported by
Sergei Glushchenko
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Percona XtraBackup moved to https://jira.percona.com/projects/PXB |
Fix Released
|
High
|
Sergei Glushchenko | ||
1.6 |
Fix Released
|
High
|
Sergei Glushchenko | ||
2.0 |
Fix Released
|
High
|
Sergei Glushchenko |
Bug Description
When run innobackupex in --apply-log mode, it should read configuration from backup-my.cnf in backup directory instead of systems my.cnf. Same applies to --copy-back mode.
Workaround is to specify --defaults-file option.
Related branches
lp://staging/~sergei.glushchenko/percona-xtrabackup/xb2.0-bug996493
- Alexey Kopytov (community): Approve
- Sergei Glushchenko: Pending requested
-
Diff: 158 lines (+48/-21)5 files modifieddoc/source/innobackupex/restoring_a_backup_ibk.rst (+1/-1)
innobackupex (+6/-18)
src/xtrabackup.c (+1/-1)
test/t/bug983685.sh (+1/-1)
test/t/bug996493.sh (+39/-0)
lp://staging/~sergei.glushchenko/percona-xtrabackup/xb1.6-bug996493
- Stewart Smith (community): Approve
- Alexey Kopytov (community): Approve
-
Diff: 158 lines (+48/-21)5 files modifieddoc/source/innobackupex/restoring_a_backup_ibk.rst (+1/-1)
innobackupex (+6/-18)
test/t/bug983685.sh (+1/-1)
test/t/bug996493.sh (+39/-0)
xtrabackup.c (+1/-1)
Changed in percona-xtrabackup: | |
importance: | Undecided → High |
Changed in percona-xtrabackup: | |
status: | New → Confirmed |
tags: | added: i22443 |
Changed in percona-xtrabackup: | |
assignee: | nobody → Sergei Glushchenko (sergei.glushchenko) |
Changed in percona-xtrabackup: | |
milestone: | none → 2.1-initial |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
As were discussed we will change behavior to the following data_home_ dir from backup-my.cnf
1. Remove datadir and innodb_
2. When do --apply-log read settings from backup-my.cnf
3. When do --copy-back read settings from /etc/my.cnf