You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 7, 2026. It is now read-only.
In rolling history mode tezos preserves limited chain history. However data is not automatically deleted and disk space is not reclaimed. Current way to achieve that is to export snapshot and then import it. It would be nice to have a utility that performs all the necessary steps in a way that minimizes node downtime.
Acceptance criteria
tezos-baking package provides a command line utility to reclaim disk space
Clarification and motivation
In rolling history mode tezos preserves limited chain history. However data is not automatically deleted and disk space is not reclaimed. Current way to achieve that is to export snapshot and then import it. It would be nice to have a utility that performs all the necessary steps in a way that minimizes node downtime.
Acceptance criteria
tezos-baking package provides a command line utility to reclaim disk space