From 53f3d5e9a1ef2b90e20282fc65e4ffae714e5ab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Fri, 30 Oct 2020 09:56:17 +0100 Subject: [PATCH] fix: clarify PostgreSQL version support --- docs/developer-guide.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/developer-guide.md b/docs/developer-guide.md index d1b64de368..ecf08c05b0 100644 --- a/docs/developer-guide.md +++ b/docs/developer-guide.md @@ -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