mirror of
https://github.com/restic/restic.git
synced 2025-08-24 23:27:30 +00:00
Prepare changelog for 0.14.0
This commit is contained in:
14
changelog/0.14.0_2022-08-25/pull-3772
Normal file
14
changelog/0.14.0_2022-08-25/pull-3772
Normal file
@@ -0,0 +1,14 @@
|
||||
Bugfix: Correctly rebuild index for legacy repositories
|
||||
|
||||
After running `rebuild-index` on a legacy repository containing mixed pack
|
||||
files (that is, pack files which store both metadata and file data), `check`
|
||||
printed warnings like `pack 12345678 contained in several indexes: ...`.
|
||||
This warning was not critical, but has now nonetheless been fixed by properly
|
||||
handling mixed pack files while rebuilding the index.
|
||||
|
||||
Running `prune` for such legacy repositories will also fix the warning by
|
||||
reorganizing the pack files which caused it.
|
||||
|
||||
https://github.com/restic/restic/pull/3772
|
||||
https://github.com/restic/restic/pull/3884
|
||||
https://forum.restic.net/t/5044/13
|
Reference in New Issue
Block a user