We currently store our download configurations in a versioned directory. This means that every data directory upgrade requires users to port their download checkpoints, or their downloads will not be visible. We've had multiple reports by users that have seen their downloads disappear.
One thing we could do, is make a more invasive "UPGRADE NOW" dialog when we detect that users can upgrade old downloads to a new version. However, it probably makes more sense to stop versioning the download checkpoints (pulling them up one level from .Tribler/VERSION/dlcheckpoints to ./Tribler/dlcheckpoints).
We currently store our download configurations in a versioned directory. This means that every data directory upgrade requires users to port their download checkpoints, or their downloads will not be visible. We've had multiple reports by users that have seen their downloads disappear.
One thing we could do, is make a more invasive "UPGRADE NOW" dialog when we detect that users can upgrade old downloads to a new version. However, it probably makes more sense to stop versioning the download checkpoints (pulling them up one level from
.Tribler/VERSION/dlcheckpoints
to./Tribler/dlcheckpoints
).