We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The Chainlink node now supports backing up of the database. To back up, run the following command while the node is running:
$ chainlink backup /path/to/backup.dat
This will create a file backup.dat at the specified /path/to directory.
backup.dat
/path/to
To restore the database, copy the file to your ROOT directory renamed as db.bolt:
ROOT
db.bolt
$ cp /path/to/backup.dat $ROOT/db.bolt
Keep in mind, the default path for $ROOT is the ~/.chainlink directory.
~/.chainlink
Adapters
Architecture Overview
Development Setup Guide
Glossary
Initiators
Service Agreements
Development Tips
Troubleshooting
Windows Development Setup
Creating Chainlinked Contracts
Configuration Variables
External Adapters
Job Specifications
REST API
Running the Chainlink Docker Image
Chainlink
Documentation
SmartContract
White Paper