You are viewing a single comment's thread from:

RE: Snaps Container // 11/22/2025, 1:48:00 AM

in Snaps20 hours ago

It's very easy though...

Stop hived
./hived --dump-snapshot <snapshot_path>
Then copy the contents of the snapshot to another hived node.
./hived --load-snapshot <snapshot_path>

For both situations, if you add --exit-before-sync, it will exit after finishing creating/loading the snapshot...

Done