tahoe-lafs/newsfragments/3825.security

9 lines
271 B
Plaintext
Raw Normal View History

2021-10-23 22:19:27 +00:00
The lease-checker now uses JSON instead of pickle to serialize its state.
2021-11-30 23:00:19 +00:00
tahoe will now refuse to run until you either delete all pickle files or
2021-12-02 19:56:52 +00:00
migrate them using the new command::
2021-11-30 23:00:19 +00:00
tahoe admin migrate-crawler
2021-12-02 19:56:52 +00:00
This will migrate all crawler-related pickle files.