Skip to content

Commit

Permalink
Merge pull request #5831 from EnterpriseDB/TDE/link-fixes
Browse files Browse the repository at this point in the history
TDE: link fixes
  • Loading branch information
gvasquezvargas authored Jul 3, 2024
2 parents 346f097 + 2f9511e commit 8a6e1e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion product_docs/docs/tde/15/affected_commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ When TDE is enabled, the following commands have TDE-specific options or read TD
- [pg_resetwal](/tde/latest/troubleshooting/#resetting-a-corrupt-tde-encrypted-wal-file)
- [pg_verifybackup](/tde/latest/backups/#verify-a-backup-of-a-tde-system)
- [pg_rewind](/tde/latest/backups/#resynchronize-timelines-in-a-tde-system)
- [pg_upgrade](/tde/latest/pg_upgrade/)
- [pg_upgrade](pg_upgrade_arguments)
- [postgres](/tde/latest/single_user/)

4 changes: 2 additions & 2 deletions product_docs/docs/tde/15/pg_upgrade_arguments.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "TDE upgrade arguments"
navTitle: TDE upgrade arguments
---

These arguments to [pg_upgrade](https://www.postgresql.org/docs/latest/pgupgrade.html) help with upgrading encrypted clusters.
These arguments to [pg_upgrade](https://www.postgresql.org/docs/current/pgupgrade.html) help with upgrading encrypted clusters.

## `--copy-by-block`

Expand All @@ -15,7 +15,7 @@ For added certainty, if the old cluster is encrypted and the new cluster was ini

See the description of the [initdb --copy-key-from=<file> option](enabling_tde/#using-initdb-tde-options) for information on copying a key from an existing cluster when preparing a new cluster as a target for `pg_upgrade`.

See [Tutorials](/upgrade_overview/#tutorials) for `--copy-by-block` usage examples.
See [Tutorials](upgrade_overview/#tutorials) for `--copy-by-block` usage examples.

## `--key-unwrap-command=<command>`

Expand Down
2 changes: 1 addition & 1 deletion product_docs/docs/tde/15/upgrade_overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "TDE pg_upgrade use cases"
navTitle: TDE pg_upgrade use cases
---

EDB supports using [pg_upgrade](pg_upgrade_arguments) to add encryption to unencrypted systems.
EDB supports using [pg_upgrade](https://www.postgresql.org/docs/current/pgupgrade.html) with additional [EDB upgrade arguments](pg_upgrade_arguments) to add encryption to unencrypted systems.
This table provides an overview of supported use cases.

| Use case | Source unencrypted server | Target encrypted server |
Expand Down

1 comment on commit 8a6e1e2

@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.