Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.1(EOL), 10.3(EOL)
-
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.