From a2d543eb3b7d891d0bbe912023230eeacd8d9203 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Levasseur?= Date: Wed, 28 Feb 2018 19:44:50 +0100 Subject: [PATCH] Inserting a note about PostgreSQL minimal version 9.4 in installation doc (#1385) * Minimal postgresql version * moving the Postgresql minimal version note. * moved to System requirements and 'minimal' replaced by 'minimum'. --- INSTALL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALL.md b/INSTALL.md index 7202685402..e4f16ed601 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -70,6 +70,7 @@ The system that runs the AWX service will need to satisfy the following requirem - At least 2 cpu cores - At least 20GB of space - Running Docker, Openshift, or Kubernetes +- If you choose to use an external PostreSQL database, please note that the minimum version is 9.4. ### AWX Tunables