Duplicity - oops they did it again

A new version of duplicity has just hit and I let the system upgrade duplicity to 3.0.6 … and I instantly get backup and status problems.

I’ll revert to the previous version (3.0.5.1), a pain but nothing more - touch wood. Previous is available from https://launchpad.net/~duplicity-team/+archive/ubuntu/duplicity-release-git/+build/30958892/+files/duplicity_3.0.5.1-ppa202506251611~ubuntu22.04.1_amd64.deb

I recommend everyone immediately do apt-mark hold duplicity until the fix for the fix comes out :face_with_raised_eyebrow:

9 Likes

I seem to be hitting this same issue. How do I revert?

cd /tmp
wget https://launchpad.net/~duplicity-team/+archive/ubuntu/duplicity-release-git/+build/30958892/+files/duplicity_3.0.5.1-ppa202506251611~ubuntu22.04.1_amd64.deb
sudo apt install ./duplicity_3.0.5.1-ppa202506251611~ubuntu22.04.1_amd64.deb
sudo apt-mark hold duplicity

10 Likes

Nice one - thanks

Thanks @andrew and @FCReid

Worked for me. Then when the fix for the fix comes out, to unhold just use this command right?

sudo apt-mark unhold duplicity

sudo apt-cache policy duplicity

That will show you the currently installed and proposed candidates for duplicity. The current 3.0.6 proposed version has the issue. I suspect they will release an update fairly quickly. There will likely be chatter on here when that happens. At that time, you can then to allow the upgrade to occur.

sudo apt-mark unhold duplicity

1 Like

Thanks!!! worked!!!

Thanks for posting this info. Appreciate the opportunity to avoid another “glitch”. :joy:

Yes. Thanks for this. It worked for me!
Guess that shows me I need to mark duplicity against updates. Oops!

If anyone is interested, here’s a link to the duplicity issue for this problem:

1 Like

For anyone who held back the broken duplicity package, 3.0.6.1 was released (and presumably corrects this issue). You can now release the package hold with:

sudo apt-mark unhold duplicity

Then, update normally and you should get duplicity_3.0.6.1-ppa202511131702~ubuntu22.04.1_amd64.deb installed.

1 Like

Thank you for the heads up.
I can verify this new version fixes the issue as I originally experienced the problem, downgraded duplicity and used apt-mark hold to avoid upgrading to the problematic version again.
Now using apt-mark unhold and upgrading duplicity, installed version 3.0.6.1 and everything works as expected.

1 Like