Bug #98966 | mysqlbackup can not use redo log archiving | ||
---|---|---|---|
Submitted: | 17 Mar 2020 6:33 | Modified: | 5 Aug 2020 6:42 |
Reporter: | Jinghua Lin | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Enterprise Backup | Severity: | S3 (Non-critical) |
Version: | 8.0.19 | OS: | CentOS (7.5) |
Assigned to: | CPU Architecture: | x86 |
[17 Mar 2020 6:33]
Jinghua Lin
[5 Aug 2020 6:42]
Jinghua Lin
It's not a bug. The reason why causes a warning is that I use system's root account to execute the backup command. the backup program will create the subdir which belong to root. So the mysql account has no access to create redo log archive file we should use mysql's running user to execute the backup command when using redo log archiving.