From 41586ea3a61a42bebf1c988f6d4884c533647eb9 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Tue, 21 Apr 2020 12:49:33 -0400 Subject: [PATCH] update postgres minimum version --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 57cbfbd2d0..0567420843 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -82,7 +82,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 PostgreSQL database, please note that the minimum version is 9.6+. +- If you choose to use an external PostgreSQL database, please note that the minimum version is 10+. ### AWX Tunables