-
Notifications
You must be signed in to change notification settings - Fork 358
Description
Summary
In the section Initializing a PGD node at https://www.enterprisedb.com/docs/pgd/latest/node_management/creating_nodes/#initializing-a-pgd-node the steps are listed backwards -- one needs to create the database first, then connect to that database and create the extension in that database.
Also, it is not actually initializing a PGD node, so the heading is also incorrect.
Where did you see the problem?
https://github.com/EnterpriseDB/docs/blob/39eeabe8e8fc265e4099cff81fc789c81af70f69/product_docs/docs/pgd/6.2/node_management/creating_nodes.mdx at #initializing-a-pgd-node
Expected behavior
The heading should just say "Creating the BDR extension" or something, because the node is not initialized by these steps. Also, the steps should be in the correct sequence:
- create the replicated database (e.d. "pgddb")
- connect to the replicated database
- create the extension
Screenshots
No response
Browser / Platform
content problem
Additional notes
No response