From d4f0d872fd68eb9d0456dc5e6d9460aa7ec1c007 Mon Sep 17 00:00:00 2001 From: philip Date: Fri, 7 Mar 2025 08:15:38 -0800 Subject: [PATCH] Fix broken link references found during `mkdocs serve` (branch 13) Change a hardcoded v16 link to {{pgversion}} in enable-extensions.md --- docs/enable-extensions.md | 2 +- docs/release-notes-v13.20.md | 2 +- docs/release-notes-v13.9.md | 2 +- docs/solutions/postgis-deploy.md | 2 +- docs/telemetry.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/enable-extensions.md b/docs/enable-extensions.md index 57992b02f..b128afd1e 100644 --- a/docs/enable-extensions.md +++ b/docs/enable-extensions.md @@ -60,7 +60,7 @@ For details about each option, see [pdBadger documentation :octicons-link-extern ## pgaudit -Add the `pgaudit` to `shared_preload_libraries` in `postgresql.conf`. The recommended way is to use the [ALTER SYSTEM](https://www.postgresql.org/docs/16/sql-altersystem.html) command. [Connect to psql](#connect-to-the-postgresql-server) and use the following command: +Add the `pgaudit` to `shared_preload_libraries` in `postgresql.conf`. The recommended way is to use the [ALTER SYSTEM](https://www.postgresql.org/docs/{{pgversion}}/sql-altersystem.html) command. [Connect to psql](connect.md) and use the following command: ```sql ALTER SYSTEM SET shared_preload_libraries = 'pgaudit'; diff --git a/docs/release-notes-v13.20.md b/docs/release-notes-v13.20.md index 5323cc9e5..f74e80091 100644 --- a/docs/release-notes-v13.20.md +++ b/docs/release-notes-v13.20.md @@ -18,7 +18,7 @@ This release fixes [CVE-2025-1094](https://www.postgresql.org/support/security/C ### PostGIS is included into tarballs -We have extended Percona Distribution for PostgreSQL tarballs with PostGIS - an open-source extension to handle spacial data. This way you can install and run PostgreSQL as a geospatial database on hosts without a direct access to the Internet. Learn more about [installing from tarballs](tarball.md) and [Spacial data manipulation](postgis.md). +We have extended Percona Distribution for PostgreSQL tarballs with PostGIS - an open-source extension to handle spacial data. This way you can install and run PostgreSQL as a geospatial database on hosts without a direct access to the Internet. Learn more about [installing from tarballs](tarball.md) and [Spacial data manipulation](solutions/postgis.md). ### Deprecation of meta packages diff --git a/docs/release-notes-v13.9.md b/docs/release-notes-v13.9.md index 2e6386e9d..790fcc199 100644 --- a/docs/release-notes-v13.9.md +++ b/docs/release-notes-v13.9.md @@ -11,7 +11,7 @@ enable solving essential practical tasks efficiently. This release of Percona Distribution for PostgreSQL is based on [PostgreSQL 13.9](https://www.postgresql.org/docs/13/release-13-9.html). -Percona Distribution for PostgreSQL now includes the [meta-packages](installing.md#package-contents) that simplify its installation. The `percona-ppg-server` meta-package installs PostgreSQL and the extensions, while `percona-ppg-server-ha` package installs high-availability components that are recommended by Percona. +Percona Distribution for PostgreSQL now includes the [meta-packages](repo-overview.md#repository-contents) that simplify its installation. The `percona-ppg-server` meta-package installs PostgreSQL and the extensions, while `percona-ppg-server-ha` package installs high-availability components that are recommended by Percona. The following is the list of extensions available in Percona Distribution for PostgreSQL. diff --git a/docs/solutions/postgis-deploy.md b/docs/solutions/postgis-deploy.md index f59e18828..44a4477be 100644 --- a/docs/solutions/postgis-deploy.md +++ b/docs/solutions/postgis-deploy.md @@ -68,7 +68,7 @@ The following document provides guidelines how to install PostGIS and how to run === ":octicons-download-16: From tarballs" - PostGIS is included into binary tarball and is a part of the `percona-postgresql{{pgversion}}` binary. Use the [install from tarballs](../tarball/.md) tutorial to install it. + PostGIS is included into binary tarball and is a part of the `percona-postgresql{{pgversion}}` binary. Use the [install from tarballs](../tarball.md) tutorial to install it. ## Enable PostGIS extension diff --git a/docs/telemetry.md b/docs/telemetry.md index 6b384e14b..b4e3d1de0 100644 --- a/docs/telemetry.md +++ b/docs/telemetry.md @@ -67,7 +67,7 @@ The telemetry also uses the Percona Platform with the following components: `percona_pg_telemetry` is an extension to collect telemetry data in PostgreSQL. It is added to Percona Distribution for PostgreSQL and is automatically loaded when you install a PostgreSQL server. -`percona_pg_telemetry` collects metrics from the database instance daily to the Metrics File. It creates a new Metrics File for each collection. You can find the Metrics File in its [location](#location) to inspect what data is collected. +`percona_pg_telemetry` collects metrics from the database instance daily to the Metrics File. It creates a new Metrics File for each collection. You can find the Metrics File in its [location](#locations) to inspect what data is collected. Before generating a new file, the `percona_pg_telemetry` deletes the Metrics Files that are older than seven days. This process ensures that only the most recent week's data is maintained.