1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-20 00:08:02 +01:00

docs: Update recommended postgres to 14 (#5240)

We've been caught out here, we added a migration that used PG>=11
syntax, but our docs still state that we support v10, when it reached
EoL Nov 2022. This updates our docs to state v14 and newer, v14 came out
in 2021 and as such won't be EoL until 2026 according to [Postgres 5
year versioning scheme
support](https://www.postgresql.org/support/versioning/)
This commit is contained in:
Christopher Kolstad 2023-11-25 09:27:11 +01:00 committed by GitHub
parent dbd897e3bd
commit 24d111c4c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ We have created a set of ADRs to help guide the development of the backend:
Before developing on this project you will need two things: Before developing on this project you will need two things:
- PostgreSQL 12.x or newer - PostgreSQL 14.x or newer
- Node.js 14.x or newer - Node.js 14.x or newer
```sh ```sh
@ -25,9 +25,9 @@ yarn dev
## PostgreSQL {#postgresql} ## PostgreSQL {#postgresql}
To run and develop unleash, you need to have PostgreSQL database (PostgreSQL v12.x or newer) locally. To run and develop unleash, you need to have PostgreSQL database (PostgreSQL v14.x or newer) locally.
Unleash currently also work with PostgreSQL v12+, but this might change in a future feature release, and we have stopped running automatic integration tests below PostgreSQL v10. Unleash currently also work with PostgreSQL v14+, but this might change in a future feature release, and we have stopped running automatic integration tests below PostgreSQL v12.
### Create a local unleash databases in postgres {#create-a-local-unleash-databases-in-postgres} ### Create a local unleash databases in postgres {#create-a-local-unleash-databases-in-postgres}

View File

@ -2,7 +2,7 @@
title: Database Setup title: Database Setup
--- ---
To run Unleash you need to have PostgreSQL database (PostgreSQL v10.x or newer). To run Unleash you need to have PostgreSQL database (PostgreSQL v14.x or newer).
1. Create a local unleash databases in PostgreSQL 1. Create a local unleash databases in PostgreSQL