> ## 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.

# Resuming Mirrors

> Guide to resuming paused Mirrors in PeerDB

Use `RESUME MIRROR` to restart a mirror that was previously [paused](/sql/commands/pause-mirror).

## Syntax

```sql theme={null}
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.
