diff --git a/docs/setup-cluster/checklists/postgresql.rst b/docs/setup-cluster/checklists/postgresql.rst index 0ea17c831770..67d209e8cd69 100644 --- a/docs/setup-cluster/checklists/postgresql.rst +++ b/docs/setup-cluster/checklists/postgresql.rst @@ -6,6 +6,10 @@ Determined uses a PostgreSQL database to store experiment and trial metadata. +.. note:: + + We recommend installing the latest available version of PostgreSQL. + .. note:: If you are using an existing PostgreSQL installation, we recommend confirming that @@ -22,7 +26,7 @@ Determined uses a PostgreSQL database to store experiment and trial metadata. GPUs, ensure that the :ref:`NVIDIA Container Toolkit ` on each one is working as expected. -#. Pull the official Docker image for PostgreSQL 14 or later. +#. Pull the official Docker image for the latest PostgreSQL version. .. code:: @@ -75,7 +79,7 @@ Determined uses a PostgreSQL database to store experiment and trial metadata. Install PostgreSQL using ``apt`` or ``yum`` =========================================== -#. Install PostgreSQL 14 or later. +#. Install PostgreSQL. **Debian Distributions** @@ -83,13 +87,13 @@ Install PostgreSQL using ``apt`` or ``yum`` .. code:: - sudo apt install postgresql-14 + sudo apt install postgresql **Red Hat Distributions** On Red Hat distributions, you'll need to configure the PostgreSQL yum repository as described in the `Red Hat Linux documentation `_. Then, - install PostgreSQL 14: + install PostgreSQL: .. code:: diff --git a/docs/setup-cluster/on-prem/options/docker.rst b/docs/setup-cluster/on-prem/options/docker.rst index 08f1c93145af..4e612cec486c 100644 --- a/docs/setup-cluster/on-prem/options/docker.rst +++ b/docs/setup-cluster/on-prem/options/docker.rst @@ -14,7 +14,7 @@ This user guide provides step-by-step instructions for installing Determined usi GPUs, ensure that the :ref:`NVIDIA Container Toolkit ` on each one is working as expected. -#. Pull the official Docker image for PostgreSQL 14 or later. +#. Pull the official Docker image for the latest PostgreSQL version. .. code:: diff --git a/docs/setup-cluster/on-prem/options/linux-packages.rst b/docs/setup-cluster/on-prem/options/linux-packages.rst index 08afb286cad9..62a6e5eb9af5 100644 --- a/docs/setup-cluster/on-prem/options/linux-packages.rst +++ b/docs/setup-cluster/on-prem/options/linux-packages.rst @@ -34,7 +34,7 @@ Docker container or your Linux distribution's package and service. Run PostgreSQL in Docker ------------------------ -#. Pull the official Docker image for PostgreSQL 14 or later. +#. Pull the official Docker image for the latest PostgreSQL version. .. code:: @@ -65,7 +65,7 @@ Run PostgreSQL in Docker Install PostgreSQL using ``apt`` or ``yum`` ------------------------------------------- -#. Install PostgreSQL 14 or later. +#. Install PostgreSQL. **Debian Distributions** diff --git a/docs/setup-cluster/slurm/hpc-environment-requirements.rst b/docs/setup-cluster/slurm/hpc-environment-requirements.rst index a0329a8bc0f4..c02a597ae6d9 100644 --- a/docs/setup-cluster/slurm/hpc-environment-requirements.rst +++ b/docs/setup-cluster/slurm/hpc-environment-requirements.rst @@ -91,7 +91,7 @@ The following software components are required: | Podman | >= 4.0.0 | Admin | +------------------------+----------------------------------+------------------+ | PostgreSQL | 10 (RHEL 8), 13 (RHEL 9), 14 | Admin | -| | (Ubuntu 22.04) or newer | | +| | (Ubuntu 22.04) or later | | +------------------------+----------------------------------+------------------+ | HPC client packages | Same as login nodes | Admin | +------------------------+----------------------------------+------------------+