Skip to content

Commit

Permalink
🔖 new snapshot 2024-06-28UTC (#276)
Browse files Browse the repository at this point in the history
Signed-off-by: Anathan (Ana) Ye <[email protected]>
  • Loading branch information
anaye1997 authored Jun 28, 2024
1 parent 2b84df2 commit cac2cc5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/manta-atlantic/Collation/03-SetupAndRun/04-sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ if you cannot wait for the recommended sync mechanism to complete, you may obtai
- wait for both parachain and relay-chain idle messages to appear in the logs

list available snapshot date are
* `2024-05-07UTC` (latest)
* `2024-06-28UTC` (latest)
* `2024-05-07UTC`
* `2024-03-07UTC`
* `2024-02-12UTC`
* `2024-01-29UTC`
Expand All @@ -54,7 +55,7 @@ sudo systemctl stop manta.service

# sync manta blockchain database
lib_path="/var/lib/substrate" # change this accordingly
snapshot_date="2024-05-07UTC" # change this accordingly
snapshot_date="2024-06-28UTC" # change this accordingly
identity="$(sudo -H -u manta cat "${lib_path}"/chains/manta/db/full/IDENTITY)"
echo "identity: ${identity}"
sudo -H -u manta rm -r "${lib_path}"/chains/manta/db/full
Expand Down

0 comments on commit cac2cc5

Please sign in to comment.