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

fix: clarify PostgreSQL version support

This commit is contained in:
Ivar Conradi Østhus 2020-10-30 09:56:17 +01:00
parent 5173edc991
commit 53f3d5e9a1

View File

@ -5,7 +5,9 @@ title: Developer guide
## PostgreSQL
To run and develop unleash, you need to have PostgreSQL database (PostgreSQL v.9.5.x or newer) locally.
To run and develop unleash, you need to have PostgreSQL database (PostgreSQL v10.x or newer) locally.
> Unleash currently also work with PostgreSQL v9.5+, but this might change in a future feature relase, and we have stopped runnig automatic integration tests below PostgreSQL v10.
### Create a local unleash databases in postgres