Release 1.2.0b4 - beta quality, for testing only #6166
Replies: 5 comments 11 replies
-
Here the result of the testing I did so far:
|
Beta Was this translation helpful? Give feedback.
-
I'm testing 1.2.0b4 on OpenBSD current. So far, it builds and passes all regression tests except the one below.
Typical actions, e.g. |
Beta Was this translation helpful? Give feedback.
-
@bket huh, that is strange. i ran platform testing on a lot of systems (misc. linux, openbsd, netbsd, macos, openindiana) and that one did not pop up for me. also, if only that one failed for you, does that mean that the same test in ArchiverTestCase worked and only the one in RemoteArchiverTestCase failed? Besides that, I would not expect a platform dependency here, which makes this even more strange. can you reproduce this failure? |
Beta Was this translation helpful? Give feedback.
-
I ran into one thing that surprised me a bit: When running
|
Beta Was this translation helpful? Give feedback.
-
Do you think it would be possible to fix the 1.1 branch so than from
1.1.18 archives are already generated with the correct "1.2" format and
won't need to be updated? Thanks.
Good idea in principle, but IIRC that was a bigger and not-so-easy
change, so guess that's why I didn't flag it for backporting to 1.1-maint.
With my recent PR which fixes the slowness by introducing a small
client-local cache for the missing metadata in 1.1 archives, the only
discomfort is that the first "borg info" (or other stats) on a repo will
take rather long, but after that it is super quick.
After users have switched to 1.2, the amount of 1.1 archives will
quickly decrease. But it will take a really long time for some until the
last 1.1 archives will be pruned (esp. if one has multi-years retention
rules), so in 1.2+ that cache is a good solution.
I will also have a look at recreate, whether it adds / could add the new
metadata when it is used on a 1.1 archive, that could be another option
(but way more expensive than building the cache).
|
Beta Was this translation helpful? Give feedback.
-
borgbackup 1.2.0b4 beta release - do not use this on production backup repositories.
Long changelog:
https://github.com/borgbackup/borg/blob/1.2.0b4/docs/changes.rst#version-120b4-2022-01-23
If you use pip to install this, use: pip install "borgbackup==1.2.0b4"
Please give feedback in the related github discussion!
This discussion was created from the release Release 1.2.0b4 - beta quality, for testing only.
Beta Was this translation helpful? Give feedback.
All reactions