From 34d3ed402b2bfa634ff18dbd498ce5cb81d2f9ce Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Mon, 28 Apr 2025 01:00:17 +0200 Subject: [PATCH] chunks cache: invalidate old chunk index cache guess we better invalidate the old repo-side cache of the chunk index and rebuild it with the current borg and borghash code. --- src/borg/cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/borg/cache.py b/src/borg/cache.py index d82faa225..c5d8e0907 100644 --- a/src/borg/cache.py +++ b/src/borg/cache.py @@ -701,7 +701,7 @@ def delete_chunkindex_cache(repository): logger.debug(f"cached chunk indexes deleted: {hashes}") -CHUNKINDEX_HASH_SEED = 2 +CHUNKINDEX_HASH_SEED = 3 def write_chunkindex_to_repo_cache(