Open diman-io opened 2 weeks ago
Hmm, we specifically made it such that ledger-tool
should NOT be destructive; note these logs that say we'll retain 2^64 - 1
:
[2024-10-17T07:33:47.682400135Z ...] Purging old full snapshot archives in /mnt/disk3/validator/incremental_snapshots/, retaining up to 18446744073709551615 full snapshots
[2024-10-17T07:33:47.686223564Z ...] Purging old incremental snapshot archives in /mnt/disk3/validator/incremental_snapshots/, retaining up to 18446744073709551615 incremental snapshots
v2 worked fine; I only added the capitalization flag
To confirm, you're saying that v2.0 did not clear the other incrementals when you made the restart snap, but v1.18 did clear the others for this latest attempt ?
I understand that it most likely won't be fixed, but maybe, if there's another restart, it would be worth just specifying to use v2 of ledger-tool. Today's instructions in the first point require installing v1.18.26.
After that, the
incremental_snapshots
folder contains only thesnapshot
directory. Before running ledger-tool, it had4
incremental snapshots.v2 worked fine; I only added the capitalization flag