We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df33f0 commit 84e506dCopy full SHA for 84e506d
docs/content/tutorial/disaster-recovery.md
@@ -327,8 +327,8 @@ spec:
327
name: replication-cert
328
standby:
329
enabled: true
330
- host: "<primary-ip>"
331
- port: "<primary-port>"
+ host: "192.0.2.2"
+ port: 5432
332
```
333
334
#### Streaming Standby with an External Repo
@@ -364,8 +364,8 @@ spec:
364
365
366
repoName: repo1
367
368
369
370
371
## Promoting a Standby Cluster
0 commit comments