From b8bbdcf0129fcc25ca346422bb66d8b66600b14f Mon Sep 17 00:00:00 2001 From: Rafael dos Santos Silva Date: Fri, 13 Jan 2023 13:45:07 -0300 Subject: [PATCH] DEV: Update PostgreSQL and Redis versions (#19869) * DEV: Update PostgreSQL and Redis versions * DEV: Update versions in main readme --- README.md | 2 +- docs/INSTALL.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 42f771bfa2..0cbfcd4f97 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ To get your environment setup, follow the community setup guide for your operati If you're familiar with how Rails works and are comfortable setting up your own environment, you can also try out the [**Discourse Advanced Developer Guide**](docs/DEVELOPER-ADVANCED.md), which is aimed primarily at Ubuntu and macOS environments. -Before you get started, ensure you have the following minimum versions: [Ruby 3.1+](https://www.ruby-lang.org/en/downloads/), [PostgreSQL 13+](https://www.postgresql.org/download/), [Redis 6.2+](https://redis.io/download). If you're having trouble, please see our [**TROUBLESHOOTING GUIDE**](docs/TROUBLESHOOTING.md) first! +Before you get started, ensure you have the following minimum versions: [Ruby 3.1+](https://www.ruby-lang.org/en/downloads/), [PostgreSQL 13](https://www.postgresql.org/download/), [Redis 7](https://redis.io/download). If you're having trouble, please see our [**TROUBLESHOOTING GUIDE**](docs/TROUBLESHOOTING.md) first! ## Setting up Discourse diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 7dd1a37075..ffadf383e3 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -21,8 +21,8 @@ Hosting Rails applications is complicated. Even if you already have Postgres, Re ### Software Requirements -- [Postgres 13+](https://www.postgresql.org/download/) -- [Redis 6+](https://redis.io/download) +- [Postgres 13](https://www.postgresql.org/download/) +- [Redis 7](https://redis.io/download) - [Ruby 3.1+](https://www.ruby-lang.org/en/downloads/) ## Security