Klever Docs
Search
⌃
K
Welcome to the Klever Blockchain documentation website!
Getting Started with Klever Blockchain
API & SDK
Become a validator
Staking
Delegation
Account Permissions
Multisignature
Royalties
Testnet
Contracts
Exchange Integration
Node Operations
Introduction
System requirements
How to create a wallet
How to run a node
How to stop a node
How to restart a node
How to backup DB folder
How to Upgrade node (docker image version)
How to send using CLI
All CLI Operations
About our Technology
Powered By
GitBook
How to backup DB folder
First, you need to stop the node:
docker stop klever-node
Then compress the DB folder:
tar -czvf filename.tar.gz $(pwd)/node/db
Previous
How to restart a node
Next
How to Upgrade node (docker image version)
Last modified
1yr ago