2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-06 11:00:48 +00:00
restic/changelog/0.14.0_2022-08-25/pull-3772

15 lines
656 B
Plaintext
Raw Normal View History

Bugfix: Correctly rebuild index for legacy repositories
After running `rebuild-index` on a legacy repository containing mixed pack
2022-08-24 19:13:14 +00:00
files (that is, pack files which store both metadata and file data), `check`
2022-08-23 23:21:01 +00:00
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
2022-08-23 23:21:01 +00:00
reorganizing the pack files which caused it.
https://github.com/restic/restic/pull/3772
2022-08-24 19:13:14 +00:00
https://github.com/restic/restic/pull/3884
2022-08-23 23:21:01 +00:00
https://forum.restic.net/t/5044/13