Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔧 update manta-backup backup.sh 4 #232

Merged
merged 1 commit into from
Jan 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-01-28UTC` (latest)
* `2024-01-29UTC` (latest)
* `2024-01-28UTC`
* `2023-12-05UTC`

fast-sync commands (requires [zstd](https://github.com/facebook/zstd)):
Expand All @@ -50,7 +51,7 @@ sudo systemctl stop manta.service

# sync manta blockchain database
lib_path="/var/lib/substrate" # change this accordingly
snapshot_date="2024-01-28UTC" # change this accordingly
snapshot_date="2024-01-29UTC" # 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
Loading