Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.peerdb.io/llms.txt

Use this file to discover all available pages before exploring further.

Use RESUME MIRROR to restart a mirror that was previously paused.

Syntax

RESUME MIRROR [IF EXISTS] <mirror_name>;

Behavior

  • When IF EXISTS is provided, the command is a no-op if the mirror is missing.
  • The mirror will be scheduled to continue syncing according to its configuration.
  • If the mirror is already running, the command is a no-op.