From 2bfbae74ab7400d31057688bd530959577f57ad9 Mon Sep 17 00:00:00 2001 From: Kailash Nadh Date: Thu, 27 Jul 2023 23:45:39 +0530 Subject: [PATCH] Update Postgres version in doc strings. --- README.md | 2 +- docs/docs/content/installation.md | 2 +- docs/site/layouts/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f508ef5..be26c29 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![listmonk-logo](https://user-images.githubusercontent.com/547147/231084896-835dba66-2dfe-497c-ba0f-787564c0819e.png)](https://listmonk.app) -listmonk is a standalone, self-hosted, newsletter and mailing list manager. It is fast, feature-rich, and packed into a single binary. It uses a PostgreSQL (⩾ v9.4) database as its data store. +listmonk is a standalone, self-hosted, newsletter and mailing list manager. It is fast, feature-rich, and packed into a single binary. It uses a PostgreSQL (⩾ 12) database as its data store. [![listmonk-dashboard](https://user-images.githubusercontent.com/547147/134939475-e0391111-f762-44cb-b056-6cb0857755e3.png)](https://listmonk.app) diff --git a/docs/docs/content/installation.md b/docs/docs/content/installation.md index 9a94077..b7ea551 100644 --- a/docs/docs/content/installation.md +++ b/docs/docs/content/installation.md @@ -1,6 +1,6 @@ # Installation -listmonk requires Postgres ⩾ v9.4. +listmonk requires Postgres ⩾ 12. ## Binary - Download the [latest release](https://github.com/knadh/listmonk/releases) and extract the listmonk binary. diff --git a/docs/site/layouts/index.html b/docs/site/layouts/index.html index 0178aa3..bde3a5d 100644 --- a/docs/site/layouts/index.html +++ b/docs/site/layouts/index.html @@ -152,7 +152,7 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/knadh/listmonk/master/inst Multi-threaded, high-throughput, multi-SMTP e-mail queues. Throughput and sliding window rate limiting for fine grained control. Single binary application with nominal CPU and memory footprint that runs everywhere. - The only dependency is a Postgres (⩾ v9.4) database. + The only dependency is a Postgres (⩾ 12) database.