summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTW <tw@waldmann-edv.de>2023-12-02 17:52:18 +0100
committerGitHub <noreply@github.com>2023-12-02 17:52:18 +0100
commit114cc1361bec638f059b1f396309ded7ff90e0e1 (patch)
treeca9b9f4e00e2cc4469f0efb699425b4cfa5d9ee1
parentc675a00aa5163005af6997f5bcaa966166f9fcc0 (diff)
parentffbd59c19344ac0d2d9b13cb859cfd56f6db1442 (diff)
Merge pull request #7961 from ThomasWaldmann/update-changes-1.2
change log: more infos about #6687 fix
-rw-r--r--docs/changes.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/changes.rst b/docs/changes.rst
index d770cecaf..c3fcb6a9b 100644
--- a/docs/changes.rst
+++ b/docs/changes.rst
@@ -390,8 +390,12 @@ Fixes:
- check/compact: fix spurious reappearance of orphan chunks since borg 1.2, #6687 -
this consists of 2 fixes:
- - for existing chunks: check --repair: recreate shadow index, #6687
- - for newly created chunks: update shadow index when doing a double-put, #5661
+ - for existing chunks: check --repair: recreate shadow index, #7897 #6687
+ - for newly created chunks: update shadow index when doing a double-put, #7896 #5661
+
+ If you have experienced issue #6687, you may want to run borg check --repair
+ after upgrading to borg 1.2.7 to recreate the shadow index and get rid of the
+ issue for existing chunks.
- LockRoster.modify: no KeyError if element was already gone, #7937
- create --X-from-command: run subcommands with a clean environment, #7916
- list --sort-by: support "archive" as alias of "name", #7873