Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 10.1, 10.3
-
Component/s: mariabackup
-
Labels:None
Description
The mariabackup fails when there is a directory that should be ignored from ignore_db_dirs.
2019-04-26 13:44:59 0 [ERROR] InnoDB: Operating system error number 13 in a file operation.
2019-04-26 13:44:59 0 [ERROR] InnoDB: The error means mysqld does not have the access rights to the directory.
[00] 2019-04-26 13:44:59 merror: xb_load_tablespaces() failed with error Generic error.
When changing permissions so the process can read the directory it works correctly.
Please honor ignore_db_dirs from the server configuration file.