-
Notifications
You must be signed in to change notification settings - Fork 290
Closed
Description
Bareos component version
- bareos > 22.0
- mariadb >= 11.0
Steps to reproduce
- install bareos version 23
- install mariadb version 11+
- setup backup with mariabackup plugin
- see error raised during backups
Expected results
Terminated jobs
Actual results
The message below appears when you try to make an incremental mariadb backup. I think the backup work fails because of the warning.
Fatal error: python3-fd-mod: Could not get LSN with command "echo 'SHOW ENGINE INNODB STATUS' | mysql --defaults-extra-file=/root/.my.cnf -r | grep 'Log sequence number' | awk '{ print $4 }'", Error: b"mysql: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb' instead\n"
Environment
- OS: `Linux Ubuntu 22.04`
- component: mariadb version: 11.0.3-MariaDB-1:11.0.3+maria~ubu2204 mariadb.org binary distributionRelevant log output
No response
Relevant traces output
No response
Anything else?
Mariadb is getting ride of old names, so the long deprecated mysql* and also the symlink mariabackup should be replaced by the real binary name
mariabackup -> mariadb-backup
mysql -> mariadb
....
Initial report https://bugs.bareos.org/view.php?id=1568
An experimental branch exist with some changes may serve as a basis
https://github.com/bruno-at-bareos/bareos/tree/dev/bruno/master/fix-mariadb-11%2B
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugThis addresses a bugThis addresses a bug