Nico Haslberger <saurustec <at> gmail.com> writes:

> 
> Yes I rebooted the server several times but no changes:
> Here is the output of sudo lsof | grep mysql:
> https://paste.ee/p/zGdmg
> 
That at least shows it listening on the unix socket.

> Now some of the clients are working but:
> All differential jobs are working fine, but neither the
> inceremtial jobs are working nor the full backup jobs:
> 
> Director´s fd Full:
> https://paste.ee/p/Kp4cA
The pre-job running a mysqldump already times out all over the place
error 2013/2006 if that is not working you are really out of luck.
I guess your mysql install just went over the edge. I would start
fixing this for starters. I guess that mysql is bouncing all over
the place and that is something the director doesn't like as it
connects to the database and expects things to stay open. There is
no retry logic when the database goes away so a bouncing database
server is kind of deadly.

> 
> Director´s fd Differential:
> https://paste.ee/p/bZTvl
> 
Differentials were working you said but not this one.

> Director´s fd Incremental:
> https://paste.ee/p/AQgtk
>

Its either a bouncing database server or one that needs proper tuning.
MySQL is known to need more tuning then PostgreSQL. The upgrade probably
pushed it over the edge. You could try using an MySQL alternative or see
why mysqldump doesn't work and look into the logging of the database its
clear it has little to do with Bareos but everything with a flawed MySQL
install.

-- 
Marco van Wieringen                   [email protected]
Bareos GmbH & Co. KG                  Phone: +49-221-63069389
http://www.bareos.com                     

Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
Komplementär: Bareos Verwaltungs-GmbH
Geschäftsführer: Stephan Dühr, M. Außendorf, J. Steffens,
                 P. Storz, M. v. Wieringen

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to