DEV: Update PostgreSQL and Redis versions (#19869)

* DEV: Update PostgreSQL and Redis versions

* DEV: Update versions in main readme
This commit is contained in:
Rafael dos Santos Silva 2023-01-13 13:45:07 -03:00 committed by GitHub
parent a444023113
commit b8bbdcf012
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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