Hi all, couple of days ago my backups started to fail, after some troubleshooting I can see that I don’t have tar anymore on containers with version 5.7.35.
5.7.34 still has tar and backup procedure works fine on them.
Is there some info about removing tar? Or is this just some kind of a bug?
Thank you
Hi @Matija_Vugrinec
Could you please explain your issue in a bit more details.
Binary tarballs for PXC-5.7.35 and for PS-5.7.35 are available on our web downloads page
Hi @Evgeniy_Patlan, I was not clear enough.
I’m using this docker image: percona/percona-xtradb-cluster:5.7.35 … there is no problem with the DB itself, I’m missing tar (tape archiver), which is present int he 5.7.34 version.
5.7.34 output:
which tar
/usr/bin/tar
5.7.35 output:
which: no tar in (/usr/local/sbin:…)
Not sure if this is up to percona or fedora base image maybe?
ok… I think that this caused my issue:
base image was changed from centos 8 to redhat, see bellow:
FROM centos:8 AS centos8
FROM redhat/ubi8-minimal
I would say that this is pretty big change for a small upgrade from .34 to .35
Hi @Matija_Vugrinec
Yes we updated all our docker images to use ubi8 as Centos8 will be EOL at the end of December
Ok, thank you for your help and support.
Is there some link that I could see this announcement, I ask this just to be informed next time. Ty