This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
I did not see any historical posts in regards to resyncing Besu, which is necessary at some point due to non-state growth. After about 2 years I am in the process of resyncing using the following commands:
sudo systemctl stop besu
sudo rm -rf /var/lib/besu/*
sudo systemctl start besu
sudo systemctl status besu
sudo journalctl -fu besu
Using default sync configuration X_SNAP the process should take up to a few days depending on SSD/Internet speed. Hope this helps someone in the future looking to resync to free up space.
Wouldn’t CHECKPOINT
be the better sync option?
Subreddit
Post Details
- Posted
- 1 year ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/ethstaker/c...
Do you know how much disk space an
X_SNAP
takes up vsCHECKPOINT
?