innobackupex incremental apply-log copies to wrong directory
Bug #1002688 reported by
Ryan Flint
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Percona XtraBackup moved to https://jira.percona.com/projects/PXB |
Fix Released
|
High
|
Alexey Kopytov | ||
1.6 |
Fix Released
|
High
|
Alexey Kopytov | ||
2.0 |
Fix Released
|
High
|
Alexey Kopytov | ||
2.1 |
Fix Released
|
High
|
Alexey Kopytov |
Bug Description
When running the first --apply-log on my incremental backup, innobackupex copies the files to the wrong directory. My backup is located in /innobackupex/
Related branches
lp://staging/~akopytov/percona-xtrabackup/bug1002688-1.6
- Laurynas Biveinis (community): Approve
-
Diff: 97 lines (+72/-3)2 files modifiedinnobackupex (+4/-3)
test/t/bug1002688.sh (+68/-0)
lp://staging/~akopytov/percona-xtrabackup/bug1002688-2.0
- Laurynas Biveinis (community): Approve
-
Diff: 97 lines (+72/-3)2 files modifiedinnobackupex (+4/-3)
test/t/bug1002688.sh (+68/-0)
lp://staging/~akopytov/percona-xtrabackup/bug1002688-2.1
- Laurynas Biveinis (community): Approve
-
Diff: 97 lines (+72/-3)2 files modifiedinnobackupex (+4/-3)
test/t/bug1002688.sh (+68/-0)
To post a comment you must log in.
I did a bit of digging through the source code and in the copy_file() function, $copy_dir_src ends with a directory separator while $copy_dir_dst does not have the separator at the end.