Skip to content

Commit 2bfbae7

Browse files
committed
Update Postgres version in doc strings.
1 parent 3865e95 commit 2bfbae7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![listmonk-logo](https://user-images.githubusercontent.com/547147/231084896-835dba66-2dfe-497c-ba0f-787564c0819e.png)](https://listmonk.app)
44

5-
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.
5+
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.
66

77
[![listmonk-dashboard](https://user-images.githubusercontent.com/547147/134939475-e0391111-f762-44cb-b056-6cb0857755e3.png)](https://listmonk.app)
88

docs/docs/content/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Installation
22

3-
listmonk requires Postgres ⩾ v9.4.
3+
listmonk requires Postgres ⩾ 12.
44

55
## Binary
66
- Download the [latest release](https://github.com/knadh/listmonk/releases) and extract the listmonk binary.

docs/site/layouts/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ <h2>Performance</h2>
152152
Multi-threaded, high-throughput, multi-SMTP e-mail queues.
153153
Throughput and sliding window rate limiting for fine grained control.
154154
Single binary application with nominal CPU and memory footprint that runs everywhere.
155-
The only dependency is a Postgres (⩾ v9.4) database.
155+
The only dependency is a Postgres (⩾ 12) database.
156156
</p>
157157
</section>
158158

0 commit comments

Comments
 (0)