2024-03-29 12:51:59 +00:00
|
|
|
Change: Deprecate legacy index format and s3legacy layout
|
2024-03-09 17:35:00 +00:00
|
|
|
|
|
|
|
Support for the legacy index format used by restic before version 0.2.0 has
|
2024-03-29 12:51:59 +00:00
|
|
|
been deprecated and will be removed in the next minor restic version. You can
|
2024-03-09 17:35:00 +00:00
|
|
|
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.
|
|
|
|
|
2024-03-29 12:51:59 +00:00
|
|
|
Support for the s3legacy layout used for the S3 backend before restic 0.7.0
|
|
|
|
has been deprecated and will be removed in the next minor restic version. You
|
|
|
|
can migrate your S3 repository using `RESTIC_FEATURES=deprecate-s3-legacy-layout=false restic migrate s3_layout`.
|
|
|
|
|
|
|
|
It is possible to temporarily reenable support for the legacy s3layout by
|
|
|
|
setting the environment variable
|
|
|
|
`RESTIC_FEATURES=deprecate-s3-legacy-layout=false`. Note that this feature flag
|
|
|
|
will be removed in the next minor restic version.
|
|
|
|
|
2024-03-09 17:35:00 +00:00
|
|
|
https://github.com/restic/restic/issues/4602
|
|
|
|
https://github.com/restic/restic/pull/4724
|
2024-03-29 12:51:59 +00:00
|
|
|
https://github.com/restic/restic/pull/4743
|