aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMaxim Burgerhout <maxim@wzzrd.com>2023-06-13 09:52:53 +0200
committerGitHub <noreply@github.com>2023-06-13 07:52:53 +0000
commit73b006fe2b368ffeb6377b1179f4bd444675f8b1 (patch)
treef78faa35c4f7763f3b12370ceca03d215430d062 /docs
parentFix `--delete-it-all` and `--delete` commands (#913) (diff)
downloadatuin-73b006fe2b368ffeb6377b1179f4bd444675f8b1.zip
Make requirement of PostgreSQL 14 explicit (#1048)
Diffstat (limited to '')
-rw-r--r--docs/docs/self-hosting/self-hosting.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/self-hosting/self-hosting.md b/docs/docs/self-hosting/self-hosting.md
index d3a4eba8..a7e7fed0 100644
--- a/docs/docs/self-hosting/self-hosting.md
+++ b/docs/docs/self-hosting/self-hosting.md
@@ -4,7 +4,7 @@ title: Self Hosting
While we offer a public sync server, and cannot view your data (as it is encrypted), you may still wish to self host your own Atuin sync server.
-The requirements to do so are pretty minimal! You need to be able to run a binary or docker container, and have a PostgreSQL database setup.
+The requirements to do so are pretty minimal! You need to be able to run a binary or docker container, and have a PostgreSQL database setup. Atuin requires PostgreSQL 14 or above.
## Configuration