From 2f9511e5a5544af5bd5e6747824371ec8836884a Mon Sep 17 00:00:00 2001 From: gvasquezvargas Date: Wed, 3 Jul 2024 09:41:51 +0200 Subject: [PATCH] TDE: link fixes --- product_docs/docs/tde/15/affected_commands.mdx | 2 +- product_docs/docs/tde/15/pg_upgrade_arguments.mdx | 4 ++-- product_docs/docs/tde/15/upgrade_overview.mdx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/product_docs/docs/tde/15/affected_commands.mdx b/product_docs/docs/tde/15/affected_commands.mdx index 72068de54a4..4df094998a4 100644 --- a/product_docs/docs/tde/15/affected_commands.mdx +++ b/product_docs/docs/tde/15/affected_commands.mdx @@ -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/) diff --git a/product_docs/docs/tde/15/pg_upgrade_arguments.mdx b/product_docs/docs/tde/15/pg_upgrade_arguments.mdx index b20957fd6a6..d1d27ba2e0c 100644 --- a/product_docs/docs/tde/15/pg_upgrade_arguments.mdx +++ b/product_docs/docs/tde/15/pg_upgrade_arguments.mdx @@ -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` @@ -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=` diff --git a/product_docs/docs/tde/15/upgrade_overview.mdx b/product_docs/docs/tde/15/upgrade_overview.mdx index c921b1cb3fe..c13032daad8 100644 --- a/product_docs/docs/tde/15/upgrade_overview.mdx +++ b/product_docs/docs/tde/15/upgrade_overview.mdx @@ -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 |