You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`--architecture` (`-a`) | Must be set to `PGD-S`|
51
+
| Postgres flavour and version (e.g. `--postgresql 15`) | A valid [flavour and version specifier](tpaexec-configure/#postgres-flavour-and-version). Supports Postgres 14-18. |
|`--architecture` (`-a`) | Must be set to `PGD-X`|
55
+
| Postgres flavour and version (e.g. `--postgresql 15`) | A valid [flavour and version specifier](tpaexec-configure/#postgres-flavour-and-version). Supports Postgres 14-18. |
56
+
|`--pgd-routing`| Must be either `global` or `local`. |
|`--platform`| One of `aws`, `docker`, `bare`. | Defaults to `aws`. |
65
-
|`--location-names`| A space-separated list of location names. The number of locations is equal to the number of names supplied. | TPA will configure a single location with three data nodes. |
66
-
|`--witness-only-location`| A location name, must be a member of `location-names`. | No witness-only location is added. |
67
-
|`--data-nodes-per-location`| The number of data nodes in each location, must be at least 2. | Defaults to 3. |
68
-
|`--enable-camo`| Sets two data nodes in each location as CAMO partners. | CAMO will not be enabled. |
69
-
|`--bdr-database`| The name of the database to be used for replication. | Defaults to `bdrdb`. |
70
-
|`--enable-pgd-probes`| Enable http(s) api endpoints for pgd-proxy such as `health/is-ready` to allow probing proxy's health. | Disabled by default. |
71
-
|`--proxy-listen-port`| The port on which proxy nodes will route traffic to the write leader. | Defaults to 6432 |
72
-
|`--proxy-read-only-port`| The port on which proxy nodes will route read-only traffic to shadow nodes. | Defaults to 6433 |
|`--platform`| One of `aws`, `docker`, `bare`. | Defaults to `aws`. |
65
+
|`--location-names`| A space-separated list of location names. The number of locations is equal to the number of names supplied. | TPA will configure a single location with three data nodes. |
66
+
|`--witness-only-location`| A location name, must be a member of `location-names`. | No witness-only location is added. |
67
+
|`--data-nodes-per-location`| The number of data nodes in each location, must be at least 2. | Defaults to 3. |
68
+
|`--enable-camo`| Sets two data nodes in each location as CAMO partners. | CAMO will not be enabled. |
69
+
|`--bdr-database`| The name of the database to be used for replication. | Defaults to `bdrdb`. |
70
+
|`--enable-pgd-probes`| Enable http(s) api endpoints for pgd-proxy such as `health/is-ready` to allow probing proxy's health. | Disabled by default. |
71
+
|`--read-write-port`| The port for Connection Manager to listen on for read-write connections. | Left empty in config.yml, allowing default of the postgres port + 1000|
72
+
|`--read-only-port`| The port for Connection Manager to listen on for read-only connections. | Left empty in config.yml, allowing default of the read-write port + 1|
Copy file name to clipboardExpand all lines: product_docs/docs/tpa/23/firstclusterdeployment.mdx
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,12 +44,6 @@ newgrp docker
44
44
lets them trivially gain root on the Docker host. Only trusted users
45
45
should have access to the Docker daemon.
46
46
47
-
!!! Note on RHEL 7 instances
48
-
49
-
To use RHEL 7 instances your host must be configured to run cgroups v1.
50
-
Refer to documentation for your system to verify and alter cgroups configuration,
51
-
or choose another operating system for your containers to follow this tutorial.
52
-
53
47
### Creating a configuration with TPA
54
48
55
49
The next step in this process is to create a configuration. TPA does most of the work for you through its `configure` command. All you have to do is supply command line flags and options to select, in broad terms, what you want to deploy. Here's our `tpaexec configure` command:
0 commit comments