File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,9 @@ pgstream tear-down -c pg2pg.yaml
151
151
pgstream tear-down -c pg2pg.env
152
152
```
153
153
154
- #### Run replication
154
+ ### Run ` pgstream `
155
+
156
+ #### Replication mode
155
157
156
158
Run will start streaming data from the configured source into the configured target.
157
159
@@ -197,7 +199,7 @@ pgstream run -c pg2pg.yaml --log-level info
197
199
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
198
200
```
199
201
200
- #### Snapshot
202
+ #### Snapshot mode
201
203
202
204
Example running pgstream to perform a snapshot from PostgreSQL -> PostgreSQL:
203
205
You can’t perform that action at this time.
0 commit comments