Skip to content

Clarify password hash synchronization in upgrade docs - #7198

Closed
wind39 wants to merge 1 commit into
developfrom
wind39-patch-1
Closed

Clarify password hash synchronization in upgrade docs#7198
wind39 wants to merge 1 commit into
developfrom
wind39-patch-1

Conversation

@wind39

@wind39 wind39 commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

Updated documentation to clarify that password hashes must be synchronized across nodes, replacing the previous mention of SCRAM hashes.

What Changed?

Updated documentation to clarify that password hashes must be synchronized across nodes, replacing the previous mention of SCRAM hashes.
@wind39
wind39 requested a review from a team as a code owner July 28, 2026 22:35
### Synchronize password hashes

From any of the upgrades nodes, run the following query to ensure that SCRAM hashes are the same across all nodes for each user. This is required before applications switch to Connection Manager.
From any of the upgrades nodes, run the following query to ensure that password hashes are the same across all nodes for each user. This is required before applications switch to Connection Manager.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
From any of the upgrades nodes, run the following query to ensure that password hashes are the same across all nodes for each user. This is required before applications switch to Connection Manager.
From any upgrade node, run the following query to ensure password hashes are consistent across all nodes for each user. This is required before applications switch to Connection Manager.

@nidhibhammar

Copy link
Copy Markdown
Contributor

@wind39, thank you for the PR. I have left a minor suggestion. Please review and let me know. Is this update required only for PGD 6.4? Does this need to be taken care of for any other versions?
cc @mpfuster

@wind39

wind39 commented Jul 29, 2026

Copy link
Copy Markdown
Contributor Author

After talking with the PGD devs, I understand that this change is no longer required. Thank you for your attention.

@wind39 wind39 closed this Jul 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants