From b4b8efbd3826ac0af2d1c2e7c40fcf80a4bfba45 Mon Sep 17 00:00:00 2001
From: Daniel Baumann pg_rewind — synchronize a PostgreSQL data directory with another data directory that was forked from it
+ pg_rewind — synchronize a PostgreSQL data directory with another data directory that was forked from it
pg_rewind is a tool for synchronizing a PostgreSQL cluster
with another copy of the same cluster, after the clusters' timelines have
diverged. A typical scenario is to bring an old primary server back online
@@ -213,4 +213,4 @@ GRANT EXECUTE ON function pg_catalog.pg_read_binary_file(text, bigint, bigint, b
When starting the target, PostgreSQL replays
all the required WAL, resulting in a data directory in a consistent
state.
- pg_rewind
Synopsis
pg_rewind
[option
...] { -D
| --target-pgdata
} directory
{ --source-pgdata=
| directory
--source-server=
} connstr
Description
pg_rewind
Synopsis
pg_rewind
[option
...] { -D
| --target-pgdata
} directory
{ --source-pgdata=
| directory
--source-server=
} connstr
Description