Skip to content

Commit

Permalink
Merge pull request #5639 from EnterpriseDB/docs/pgd/fix/tpalinks
Browse files Browse the repository at this point in the history
Fix link in tpa page
  • Loading branch information
djw-m authored May 17, 2024
2 parents 3621653 + 4acc3cf commit 20d965e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The syntax is:
tpaexec configure <cluster_dir> --architecture <architecture_name> [options]
```

The available configuration options include:
<a id="configurationoptions"></a>The available configuration options include:

| Flags | Description |
| ------------------ | ----------- |
Expand Down Expand Up @@ -107,7 +107,7 @@ Optionally, use `--edb-repositories repository …` to specify EDB repositories


### Software versions
By default, TPA uses the latest major version of Postgres. Specify `--postgres-version` to install an earlier supported major version, or specify both version and distribution using one of the flags described under [Configure](#).
By default, TPA uses the latest major version of Postgres. Specify `--postgres-version` to install an earlier supported major version, or specify both version and distribution using one of the flags described under [Configure](#configurationoptions).

By default, TPA installs the latest version of every package, which is usually the desired behavior. However, in some testing scenarios, you might need to select specific package versions. For example:

Expand Down

1 comment on commit 20d965e

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

Please sign in to comment.