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
Both 0.45.x and 0.46.x makes a pruning subcommand available
see cosmos/cosmos-sdk#12742 for more details
but tl;dr from parent issue
When updating pruning settings, the old states are not pruned automatically.
While there were efforts(https://github.com/cosmos/cosmos-sdk/issues/10942, https://github.com/cosmos/cosmos-sdk/pull/11064) to do that automatically on initialization, it would be helpful to support offline pruning through CLI command as well, which should be easier to implement.
This would be very helpful for provenance to
1.Reduce disk size
2. Do it offline, so doesn't affect node performance etc
Summary/Problem Definition
Both 0.45.x and 0.46.x makes a pruning subcommand available
see
cosmos/cosmos-sdk#12742 for more details
but tl;dr from parent issue
This would be very helpful for provenance to
1.Reduce disk size
2. Do it offline, so doesn't affect node performance etc
Proposal
Add this to root.go in provenance
PR needs testing #1209
should result in output like
for testnet
cmd
prune --home '/Users/arnabmitra/Downloads/pio-test-home' --app-db-backend 'cleveldb' --pruning 'custom' --pruning-keep-recent 100 --pruning-keep-every 0 --pruning-interval 10
will update issue if process successfully completes.
For Admin Use
The text was updated successfully, but these errors were encountered: