Services
  • Supported chains
  • MAINNET
    • Atomone
      • Installation
      • Upgrade
      • Snapshot
      • Useful commands
    • Fuel
      • Installation
      • Upgrade
      • Snapshot
      • Useful commands
    • Sge
      • Installation
      • Upgrade
      • Snapshot
      • Useful commands
    • Avail
      • Installation
      • Upgrade
      • Snapshot
      • Useful commands
    • Ario
      • Installation
      • Upgrade
      • Snapshot
      • Useful commands
    • Crossfi
      • Installation
      • Upgrade
      • Snapshot
      • Useful commands
    • Arkeo
      • Installation
      • Upgrade
      • Snapshot
      • Useful commands
  • TESTNET
    • Atomone
      • Installation
      • Upgrade
      • Snapshot
      • Useful commands
    • Union
      • Installation
      • Upgrade
      • Snapshot
      • Useful commands
    • Sge
      • Installation
      • Upgrade
      • Snapshot
      • Useful commands
    • Selfchain
      • Installation
      • Upgrade
      • Snapshot
      • Useful commands
Powered by GitBook
On this page
  • Snapshot
  • Reset the data and download latest snapshot
  • Start the service and check the log

Was this helpful?

Edit on GitHub
  1. MAINNET
  2. Avail

Snapshot

PreviousUpgradeNextUseful commands

Last updated 2 months ago

Was this helpful?

Snapshot

To restore a snapshot, follow the steps below:

sudo systemctl stop availd.service

Reset the data and download latest snapshot

# Remove data

rm -r $HOME/.avail/data/chains/avail_da_mainnet/paritydb/

# Download latest snapshot

curl -L https://server-1.ruangnode.com/mainnet/avail/snapshot_latest.tar.lz4 | tar -Ilz4 -xf - -C $HOME/.avail/data/chains/avail_da_mainnet

Start the service and check the log

sudo systemctl start availd.service && journalctl -fu availd.service -o cat