Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.11.11, 11.4.5, 10.6.22
-
Can result in unexpected behaviour
-
The mariadb-backup --backup --tables-file option did not have the documented effect.
Description
mkdir -p /tmp/schema_transporter/stage/
|
rm -fr /tmp/schema_transporter/stage/*
|
mariadb < schema01.sql
|
|
printf "schema01.PERSONS\nschema01.STAFF\n" > /tmp/mariabackup_tables_list.out
|
/usr/bin/mariabackup --user=root --backup --tables-file=/tmp/mariabackup_tables_list.out --target-dir=/tmp/schema_transporter/stage
|
|
find /tmp/schema_transporter/stage \( -name "STAFF*" -o -name "PERSONS*" \)
|
# FILES ARE NOT THERE.
|
I have tested this on 10.5.29 Community.
I have tested this on 10.6.22 Community.
I have tested this on 10.6.19 Community.
I have tested this on 10.11.10 Community
I have tested this on 10.11.11 Community.
I have tested this on 11.4.4 Community.
I have tested this on 11.4.5 Community.
I have tested this on 11.8.1 Community.
I have tested this on 11.8.2 Community.
I have tested this on 10.6.21 Enterprise.
I have tested this on 10.6.19 Enterprise.
The bug is present in 10.6.22 Community.
The bug is present in 10.11.11 Community.
The bug is present in 11.4.5 Community.
The bug is present in 11.8.1 Community.
The bug is present in 11.8.2 Community.
The bug is present in 10.6.21 Enterprise.
Attachments
Issue Links
- is caused by
-
MDEV-3519 LP:616136 - AppArmor permission problem on Ubuntu Lucid
- Closed