From a19e5ff9056b1d161ea14e8b83ab1d88ce621b6f Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Thu, 24 Apr 2025 14:16:41 -0700 Subject: [PATCH] add min version --- .../deployment-options/native/linux-package/installation.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/self-hosting/deployment-options/native/linux-package/installation.mdx b/docs/self-hosting/deployment-options/native/linux-package/installation.mdx index 4c392587f..30ef83242 100644 --- a/docs/self-hosting/deployment-options/native/linux-package/installation.mdx +++ b/docs/self-hosting/deployment-options/native/linux-package/installation.mdx @@ -14,8 +14,8 @@ This installation method only provides the Infisical application. You are respon Please ensure you have the following before beginning installation of Infisical: - A Linux server running a Debian/Ubuntu or RHEL-based distribution -- A running PostgreSQL database instance -- A running Redis database instance +- A running PostgreSQL database instance (version 14 and up) +- A running Redis database instance (versions 6.x or 7.x) ## Installation Steps