diff --git a/source/install/common-prod-deploy-omnibus.rst b/source/install/common-prod-deploy-omnibus.rst index c5c529138bb..7371049ab4c 100644 --- a/source/install/common-prod-deploy-omnibus.rst +++ b/source/install/common-prod-deploy-omnibus.rst @@ -8,7 +8,7 @@ Mattermost bundles the components of a Mattermost deployment into a single insta **Minimum system requirements** - Hardware: 2 vCPUs/cores with 4GB RAM (support for 1,000-2,000 users) -- Database: PostgreSQL v12+ or MySQL v8+ +- Database: PostgreSQL v12+ - Network ports required: - Application ports 80/443, TLS, TCP Inbound diff --git a/source/install/common-prod-deploy-tar.rst b/source/install/common-prod-deploy-tar.rst index 6bb537e3730..4db672e8207 100644 --- a/source/install/common-prod-deploy-tar.rst +++ b/source/install/common-prod-deploy-tar.rst @@ -11,7 +11,7 @@ These instructions outline how to install Mattermost Server on a 64-bit Linux ho **Minimum system requirements** - Hardware: 2 vCPUs/cores with 4GB RAM (support for 1,000-2,000 users) -- Database: PostgreSQL v12+ or MySQL v8+ +- Database: PostgreSQL v12+ - Network ports required: - Application ports 80/443, TLS, TCP Inbound diff --git a/source/install/install-rhel-7-postgresql.rst b/source/install/install-rhel-7-postgresql.rst index be432340c6b..4c9ad6fe9ca 100644 --- a/source/install/install-rhel-7-postgresql.rst +++ b/source/install/install-rhel-7-postgresql.rst @@ -9,7 +9,7 @@ Install PostgreSQL database ``sudo yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm`` -3. Install PostgreSQL version 11 or higher. Replace the contents of the ``{version}`` with the version you wish to install. +3. Install PostgreSQL v12 or higher. Replace the contents of the ``{version}`` with the version you wish to install. ``sudo yum install -y postgresql{version}-server`` diff --git a/source/install/install-rhel-8-postgresql.rst b/source/install/install-rhel-8-postgresql.rst index aec718a5e20..387b36d8127 100644 --- a/source/install/install-rhel-8-postgresql.rst +++ b/source/install/install-rhel-8-postgresql.rst @@ -12,7 +12,7 @@ Installing PostgreSQL database ``sudo yum install postgresql-server postgresql-contrib`` -Confirm this version is PostgreSQL version 11 or higher. You can do this by running ``psql -V``. If this isn't version 11 or higher you can reference the PostgreSQL documentation [here](https://www.postgresql.org/download/linux/redhat/) to install an updated version of PostgreSQL. +Confirm this version is PostgreSQL v12 or higher. You can do this by running ``psql -V``. If this isn't version 11 or higher you can reference the PostgreSQL documentation [here](https://www.postgresql.org/download/linux/redhat/) to install an updated version of PostgreSQL. 1. Initialize the database. diff --git a/source/install/install-rhel-8.rst b/source/install/install-rhel-8.rst index 3516f72230b..fdaab8523c8 100644 --- a/source/install/install-rhel-8.rst +++ b/source/install/install-rhel-8.rst @@ -21,7 +21,7 @@ Install Mattermost on RHEL