Oracle Labs
DiscordGitHubTelegram
  • Welcome!
  • Why Oracle Labs?
  • Services
    • Chainlink node service provider
    • Consulting & development
  • Infrastructure Whitepaper
    • Supported Networks
    • Cloud setup
    • How do we monitor?
      • Monitoring Endpoints
  • Technical
    • Chainlink Guide
    • Chainlink Public Jobs
    • Solving common problems
    • Chainlink Node Logs
      • Log
      • Keystore
      • HeadTracker
      • GasEstimator
      • DirectRequest
      • Postgres
      • Client
      • BulletproofTxManager
      • BalanceMonitor
      • FluxMonitor
      • PeriodicBackups
      • OCR
  • Blog
    • Articles
      • External Initiators
      • Configuring logging in a kubernetes cluster
      • Integrate Chainlink Operator Contract with Chainlink Node
      • Setting up custom price feeds on chainlink node
      • Two-factor authentication to the server via ssh
      • Creating an L2TP vpn tunnel over IPSec
Powered by GitBook
On this page
  • [ERROR] Invalid path for DATABASE_BACKUP_DIR - please set it to a valid directory path
  • [ERROR] Database backup frequency is too small. Please set it to at least
  • [ERROR] DatabaseBackup: Failed
  1. Technical
  2. Chainlink Node Logs

PeriodicBackups

PreviousFluxMonitorNextOCR

Last updated 2 years ago

The Chainlink node database can be backed up automatically at regular time intervals.

[ERROR] Invalid path for DATABASE_BACKUP_DIR - please set it to a valid directory path

  • Make sure an existing directory path is used

  • Default: Chainlink root directory

[ERROR] Database backup frequency is too small. Please set it to at least

  • Set a positive regular time interval (at least 1m) for dumping the database

  • Examples with valid time unit (e.g. „m“, „h“): DATABASE_BACKUP_FREQUENCY=7h

[ERROR] DatabaseBackup: Failed

  • Make sure a valid directory path is used

  • Make sure there is enough disk space for storing the backup file

Official Chainlink documentation