Skip to content

Commit c488cb1

Browse files
committed
Update headers
1 parent 525e019 commit c488cb1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,9 @@ pgstream tear-down -c pg2pg.yaml
151151
pgstream tear-down -c pg2pg.env
152152
```
153153

154-
#### Run replication
154+
### Run `pgstream`
155+
156+
#### Replication mode
155157

156158
Run will start streaming data from the configured source into the configured target.
157159

@@ -197,7 +199,7 @@ pgstream run -c pg2pg.yaml --log-level info
197199
pgstream run --source postgres --source-url "postgres://postgres:postgres@localhost:5432?sslmode=disable" --target postgres --target-url "postgres://postgres:postgres@localhost:7654?sslmode=disable" --snapshot-tables test
198200
```
199201

200-
#### Snapshot
202+
#### Snapshot mode
201203

202204
Example running pgstream to perform a snapshot from PostgreSQL -> PostgreSQL:
203205

0 commit comments

Comments
 (0)