Skip to content

Commit 2e270bd

Browse files
authored
Merge pull request #6546 from EnterpriseDB/fix-dha-in-cs-typo
Fix quoting
2 parents c1dd123 + e5da8ac commit 2e270bd

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

advocacy_docs/edb-postgres-ai/cloud-service/references/distributed_high_availability/pgd_cli_ba.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ Connections Ok All BDR nodes are accessible
6969
Raft Ok Raft Consensus is working correctly
7070
Replication Slots Ok All PGD replication slots are working correctly
7171
Clock Skew Ok Clock drift is within permissible limit
72-
Versions Ok All nodes are running the same PGD version```
72+
Versions Ok All nodes are running the same PGD version
73+
```
7374

7475
### `pgd nodes list`
7576

product_docs/docs/pgd/5/cli/command_ref/replication/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: pgd replication
33
navTitle: Replication
44
---
55

6-
The `pgd replicaiton` commands are used to display the various aspects of replication status in the EDB Postgres Distributed cluster.
6+
The `pgd replication` commands are used to display the various aspects of replication status in the EDB Postgres Distributed cluster.
77

88

99
## Subcommands

product_docs/docs/tpa/23/reference/reconciling-local-changes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ so it is something we have chosen not to support.
3838
TPA does not yet provide an automated mechanism for performing major
3939
version upgrades of Postgres. Therefore if you need to perform an
4040
in-place upgrade on an existing cluster this must be performed using
41-
other tools such as pg_upgrade or [bdr_pg_upgrade](https://www.enterprisedb.com/docs/pgd/latest/upgrades/bdr_pg_upgrade/#bdr_pg_upgrade-command-line).
41+
other tools such as pg_upgrade or [bdr_pg_upgrade](https://www.enterprisedb.com/docs/pgd/latest/upgrades/bdr_pg_upgrade/#pgd-node-upgrade-command-line).
4242

4343
## What can happen if changes are not reconciled?
4444

0 commit comments

Comments
 (0)