Skip to content

Commit

Permalink
resolve review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tara-hpe committed Oct 24, 2024
1 parent 48c2e07 commit 40dbcfd
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
12 changes: 8 additions & 4 deletions docs/setup-cluster/checklists/postgresql.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -22,7 +26,7 @@ Determined uses a PostgreSQL database to store experiment and trial metadata.
GPUs, ensure that the :ref:`NVIDIA Container Toolkit <validate-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::
Expand Down Expand Up @@ -75,21 +79,21 @@ 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**

On Debian distributions, use the following command:

.. 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 <https://www.postgresql.org/download/linux/redhat>`_. Then,
install PostgreSQL 14:
install PostgreSQL:

.. code::
Expand Down
2 changes: 1 addition & 1 deletion docs/setup-cluster/on-prem/options/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This user guide provides step-by-step instructions for installing Determined usi
GPUs, ensure that the :ref:`NVIDIA Container Toolkit <validate-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::
Expand Down
4 changes: 2 additions & 2 deletions docs/setup-cluster/on-prem/options/linux-packages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down Expand Up @@ -65,7 +65,7 @@ Run PostgreSQL in Docker
Install PostgreSQL using ``apt`` or ``yum``
-------------------------------------------

#. Install PostgreSQL 14 or later.
#. Install PostgreSQL.

**Debian Distributions**

Expand Down
2 changes: 1 addition & 1 deletion docs/setup-cluster/slurm/hpc-environment-requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
+------------------------+----------------------------------+------------------+
Expand Down

0 comments on commit 40dbcfd

Please sign in to comment.