Skip to content

Feedback on pgd 6.2 - "Creating PGD nodes" - incorrect procedure #7074

@nick-ivanov-edb

Description

@nick-ivanov-edb

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions