Thanks for the info.

Ubuntu 20.04 currently ships with 9.4.2 client but it's not a big problem installing e.g. 5.2.6 on it:

---------------------------------------------------------------------

sudo sed -i 's/focal/trusty/g' /etc/apt/sources.list
sudo apt update

sudo apt install bacula-common=5.2.6+dfsg-9.1ubuntu3 bacula-fd=5.2.6+dfsg-9.1ubuntu3

sudo apt-mark hold libssl1.0.0:amd64 bacula-common bacula-fd

sudo sed -i 's/trusty/focal/g' /etc/apt/sources.list
sudo apt update

---------------------------------------------------------------------

Versions remain unchanged throughout further updates.

Hope this helps someone!

Adam

On 23/03/2023 09:51, Vanush "Misha" Paturyan wrote:
I do not have any experience with clients going above 9.6.7, but I did have to restrict clients from upgrading beyond 7.4.4 during Debian dist-upgrade to "buster" (it wanted to install 9.4.2), so they can continue working with the Director that was for a while stuck on 7.4.4. I've done that by introducing anĀ  apt pin before running the upgrade, which I believe will also work on Ubuntu

Hope this is helpful.

Misha


_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to