pg_rewind Verified for current stable LTS

Pg Rewind Command: Perform Dry Run During Synchronization

Use for perform dry run during synchronization with Pg Rewind. Exact CLI syntax to perform dry run during synchronization using Pg Rewind.

When to use this: Use for perform dry run during synchronization with Pg Rewind.

Command Syntax

pg_rewind -D <path/to/target_data> --source-pgdata <path/to/source_data> -n

Command Breakdown

-D
Command Option
Tool-specific option used by this command invocation.
--source-pgdata
Command Option
Tool-specific option used by this command invocation.
-n
Command Option
Tool-specific option used by this command invocation.

FAQ

Purpose: Exact syntax to perform dry run during synchronization using Pg Rewind.

Test path: Replace placeholders and run destructive commands in a disposable workspace first.

Flag behavior: Tool version, platform, and shell can change behavior.

Improve This Command

Suggest a correction, safer default, or version-specific note for this entry.

Related Operations

Back to Pg Rewind directory