mirror of
https://github.com/restic/restic.git
synced 2025-08-26 02:58:12 +00:00
add changelog for legacy index deprecation
This commit is contained in:
13
changelog/unreleased/issue-4602
Normal file
13
changelog/unreleased/issue-4602
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
Change: Deprecate legacy index format
|
||||||
|
|
||||||
|
Support for the legacy index format used by restic before version 0.2.0 has
|
||||||
|
been depreacted and will be removed in the next minor restic version. You can
|
||||||
|
use `restic repair index` to update the index to the current format.
|
||||||
|
|
||||||
|
It is possible to temporarily reenable support for the legacy index format by
|
||||||
|
setting the environment variable
|
||||||
|
`RESTIC_FEATURES=deprecate-legacy-index=false`. Note that this feature flag
|
||||||
|
will be removed in the next minor restic version.
|
||||||
|
|
||||||
|
https://github.com/restic/restic/issues/4602
|
||||||
|
https://github.com/restic/restic/pull/4724
|
Reference in New Issue
Block a user