From 1ec111d441cf2b258c27fa04079adff005c68d55 Mon Sep 17 00:00:00 2001 From: Arthur <28596581+ArthurFlageul@users.noreply.github.com> Date: Mon, 11 Dec 2023 10:18:07 +0100 Subject: [PATCH] Harmonize Postgre's params page (#2342) --- _redirects | 1 + _toc.yml | 2 +- docs/products/postgresql/concepts/pg-backups.rst | 2 +- docs/products/postgresql/howto/monitor-with-pgwatch2.rst | 2 +- docs/products/postgresql/reference.rst | 2 +- .../{list-of-advanced-params.rst => advanced-params.rst} | 0 6 files changed, 5 insertions(+), 4 deletions(-) rename docs/products/postgresql/reference/{list-of-advanced-params.rst => advanced-params.rst} (100%) diff --git a/_redirects b/_redirects index 8bb461d612..6fc751b1e2 100644 --- a/_redirects +++ b/_redirects @@ -60,6 +60,7 @@ /docs/products/opensearch/howto/list-upgrade /docs/products/opensearch/howto /docs/products/opensearch/howto/upgrade-to-opensearch /docs/products/opensearch/concepts/opensearch-vs-elasticsearch /docs/tutorials /docs/integrations +/docs/products/postgresql/reference/list-of-advanced-params /docs/products/postgresql/reference/advanced-params # Moved to https://aiven.io/developer /docs/tools/terraform/reference/cookbook https://aiven.io/developer/terraform diff --git a/_toc.yml b/_toc.yml index cf8c724c82..bb7c7a5908 100644 --- a/_toc.yml +++ b/_toc.yml @@ -1279,7 +1279,7 @@ entries: - file: docs/products/postgresql/reference title: Reference entries: - - file: docs/products/postgresql/reference/list-of-advanced-params + - file: docs/products/postgresql/reference/advanced-params title: Advanced parameters - file: docs/products/postgresql/reference/pg-connection-limits title: Connection limits per plan diff --git a/docs/products/postgresql/concepts/pg-backups.rst b/docs/products/postgresql/concepts/pg-backups.rst index 40d59b682f..6f6111cc04 100644 --- a/docs/products/postgresql/concepts/pg-backups.rst +++ b/docs/products/postgresql/concepts/pg-backups.rst @@ -6,7 +6,7 @@ About backups in Aiven for PostgreSQL® Aiven for PostgreSQL® databases are automatically backed up, with **full backups** made daily, and **write-ahead logs (WAL)** copied at 5 minute intervals, or for every new file generated. All backups are encrypted using ``pghoard``, an open source tool developed and maintained by Aiven, that you can find `on GitHub `_. -The time of day when the daily backups are made is initially randomly selected, but can be customised by setting the ``backup_hour`` and ``backup_minute`` advanced parameters, see :doc:`/docs/products/postgresql/reference/list-of-advanced-params`. +The time of day when the daily backups are made is initially randomly selected, but can be customised by setting the ``backup_hour`` and ``backup_minute`` advanced parameters, see :doc:`/docs/products/postgresql/reference/advanced-params`. .. note:: diff --git a/docs/products/postgresql/howto/monitor-with-pgwatch2.rst b/docs/products/postgresql/howto/monitor-with-pgwatch2.rst index 9e39757527..f661012cf3 100644 --- a/docs/products/postgresql/howto/monitor-with-pgwatch2.rst +++ b/docs/products/postgresql/howto/monitor-with-pgwatch2.rst @@ -33,7 +33,7 @@ The following steps need to be executed on the Aiven for PostgreSQL instance to CREATE EXTENSION IF NOT EXISTS pg_stat_statements; -5. The `pgwatch2 documentation`_ recommends to enable timing of database I/O calls by setting the PostgreSQL configuration parameter ``track_io_timing`` (see :doc:`/docs/products/postgresql/reference/list-of-advanced-params`). +5. The `pgwatch2 documentation`_ recommends to enable timing of database I/O calls by setting the PostgreSQL configuration parameter ``track_io_timing`` (see :doc:`/docs/products/postgresql/reference/advanced-params`). .. warning:: diff --git a/docs/products/postgresql/reference.rst b/docs/products/postgresql/reference.rst index 2f9951294e..c3ffb233e2 100644 --- a/docs/products/postgresql/reference.rst +++ b/docs/products/postgresql/reference.rst @@ -3,7 +3,7 @@ Aiven for PostgreSQL® reference .. grid:: 1 2 2 2 - .. grid-item-card:: :doc:`Advanced parameters ` + .. grid-item-card:: :doc:`Advanced parameters ` :shadow: md :margin: 2 2 0 0 diff --git a/docs/products/postgresql/reference/list-of-advanced-params.rst b/docs/products/postgresql/reference/advanced-params.rst similarity index 100% rename from docs/products/postgresql/reference/list-of-advanced-params.rst rename to docs/products/postgresql/reference/advanced-params.rst