forked from pgadmin-org/pgadmin4
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support for viewing PGD Clusters. pgadmin-org#7215
- Loading branch information
1 parent
d6a9f8a
commit dd45f06
Showing
67 changed files
with
2,238 additions
and
437 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
.. _pgd_replication_group_dialog: | ||
|
||
****************************************** | ||
`PGD Replication Group Node Dialog`:index: | ||
****************************************** | ||
|
||
Use the *Replication Group Node* dialog to view a PGD group/sub-group. | ||
A PGD cluster's nodes are gathered in groups. A group can also contain zero or more subgroups. | ||
Subgroups can be used to represent data centers or locations allowing commit scopes to refer to | ||
nodes in a particular region as a whole. | ||
|
||
The dialog organizes the information through the following tabs: | ||
*General* | ||
|
||
.. image:: images/pgd_group_node_dialog.png | ||
:alt: Replication Group Node Dialog general tab | ||
:align: center | ||
|
||
* The *ID* field is the ID of the node group. | ||
* The *Name* field is the name of the node group. | ||
* The *Location* field is the name of the location associated with the node group. | ||
* The *Type* field is the type of the node group, one of "global", "data", "shard" or "subscriber-only". | ||
* The *Streaming Mode* field is the transaction streaming setting of the node group, one of "off", "file", "writer", | ||
"auto" or "default" | ||
* The *Enable Proxy Routing?* field tells whether the node group allows routing from pgd-proxy. | ||
* The *Enable Raft?* field tells whether the node group allows Raft Consensus. | ||
|
||
|
||
Other buttons: | ||
|
||
* Click the *Info* button (i) to access online help. | ||
* Click the *Save* button to save work. | ||
* Click the *Close* button to exit without saving work. | ||
* Click the *Reset* button to restore configuration parameters. | ||
|
||
|
||
A group can have multiple servers and will be visible in the object explorer tree. | ||
|
||
.. toctree:: | ||
pgd_replication_server_dialog |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
.. _pgd_replication_server_dialog: | ||
|
||
******************************************* | ||
`PGD Replication Server Node Dialog`:index: | ||
******************************************* | ||
|
||
Use The *Replication Server Node* dialog to view an element that run | ||
databases and participate in the PGD cluster. A typical PGD node runs a Postgres | ||
database, the BDR extension, and optionally a PGD Proxy service. | ||
|
||
The dialog organizes the information through the following tabs: | ||
*General* | ||
|
||
.. image:: images/pgd_server_node_dialog.png | ||
:alt: Replication Server Node Dialog general tab | ||
:align: center | ||
|
||
* The *Sequence ID* field is the identifier of the node used for generating unique sequence numbers. | ||
* The *ID* field is the OID of the node. | ||
* The *Name* field is the name of the node. | ||
* The *Kind* field is the node kind name. | ||
* The *Group Name* field is the PGD group the node is part of. | ||
* The *Local DB Name* field is the database name of the node. | ||
|
||
Other buttons: | ||
|
||
* Click the *Info* button (i) to access online help. | ||
* Click the *Save* button to save work. | ||
* Click the *Close* button to exit without saving work. | ||
* Click the *Reset* button to restore configuration parameters. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.