Skip to content

Commit ae521bb

Browse files
authored
Merge pull request #6883 from EnterpriseDB/docs/pgd/fixrelnotes
PGD: Fix for release notes
2 parents d88b75e + 519a595 commit ae521bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

product_docs/docs/pgd/6/rel_notes/pgd_6.0.1_rel_notes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ PGD 6 delivers simpler, more resilient high availability for Postgres. Tradition
2626
</details></td><td></td></tr>
2727
<tr><td><details><summary>Set startvalue for distributed sequences automatically</summary><hr/><p>Set the startvalue for galloc sequences to the following valid number after the last used by the local sequence. With this change, when creating distributed sequences and specifically galloc, there is no need to adjust the startvalue based on what might be already used.</p>
2828
</details></td><td></td></tr>
29-
<tr><td><details><summary>Enabling of automatic sync and reconciliation</summary><hr/><p>Link to a detailed google doc is provided below</p>
29+
<tr><td><details><summary>Enabling of automatic sync and reconciliation</summary><hr/><p>Automatic synchronization and reconciliation of node states is now enabled by default. This means that nodes will automatically synchronize their state with the leader node and reconcile any differences without requiring manual intervention. Read more in the <a href="/pgd/latest/reference/node_management/automatic_sync">documentation</a>.</p>
3030
</details></td><td></td></tr>
3131
<tr><td><details><summary>Add node_uuid column to bdr.node and bdr.local_node</summary><hr/><p>The node_uuid uniquely identifies instance of a node of a given name. Random node_uuid is generated when node is created and remains constant for the lifetime of the node. The node_id column is now derived from node_uuid instead of node name.</p>
3232
<p>For the time being a node needs to be fully parted before before node of the same name can be rejoined, this may be relaxed in future releases to permit rejoin as soon as part_node process for the old instance has commenced and before it completed.</p>

product_docs/docs/pgd/6/rel_notes/src/relnote_6.0.1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ relnotes:
178178

179179
- relnote: Enabling of automatic sync and reconciliation
180180
details: |
181-
Link to a detailed google doc is provided below
181+
Automatic synchronization and reconciliation of node states is now enabled by default. This means that nodes will automatically synchronize their state with the leader node and reconcile any differences without requiring manual intervention. Read more in the [documentation](/pgd/latest/reference/node_management/automatic_sync).
182182
jira: BDR-4798
183183
type: Feature
184184
impact: High

0 commit comments

Comments
 (0)