Hello
Currently I use a backup server with Bareos 16.2.4 and the target servers under CentOS 6 uses Bareos 16.2.4.
We migrate our servers from CentOS 6 to CentOS 8.
Currently there is no Bareos package for the CentOS 8 release.
However on a CentOS 8 target server I installed the bareos-common-18.2.5-144.1.el7.x86_64.rpm and bareos-filedaemon-18.2.5-144.1.el7.x86_64.rpm packages.
The pb is that when I run the following command on the backup server
echo "status client=client-fd" | bconsole
I get the following error message:
11-Dec 13:03 bareos-dir JobId 0: Fatal error: Authorization key rejected by File Daemon client-fd.
11-Dec 13:03 bareos-dir JobId 0: Fatal error: Unable to authenticate with File daemon at "client:9102". Possible causes:
Passwords or names not the same or
TLS negotiation failed or
Maximum Concurrent Jobs exceeded on the FD or FD networking messed up (restart daemon).
Thinking that the pb came from the bareos-common-18.2.5-144.1.el7.x86_64.rpm and bareos-filedaemon-18.2.5-144.1.el7.x86_64.rpm packages, on a CentOS6 target server I installed the following packages :
bareos-filedaemon-18.2.5-144.1.el6.x86_64.rpm and bareos-common-18.2.5-144.1.el6.x86_64.rpm
I have the same error message again.
For information if I install on the same CentOS 6 target server the following packages bareos-filedaemon-16.2.4-12.1.el6.x86_64.rpm and bareos-common-16.2.4-12.1.el6.x86_64.rpm everything works.
This means that the pb does not come from the file /etc/bareos/bareos-fd.d/director/bareos-dir.conf of the target server because the password is the same on the backup server.
My questions
- Is there any incompatibility between a bareos backup server 16.2.4 with a client bareos version 18.2.5?
- Is it possible to backup a client bareos version 18.2.5 with a bareos 16.2.4 backup server?
Thank you in advance for your help
Regards
Knoax