summaryrefslogtreecommitdiff
path: root/docs/installation
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-03-18 15:36:26 -0400
committerMark Felder <feld@feld.me>2024-03-18 15:36:26 -0400
commit7f97fbc1ae8d38c88d32739e968b4f2572c755a8 (patch)
tree9261e91db7fa0e1323d6108791d904d4352c9b8c /docs/installation
parent0e4e20315bd8bc743f017db462debfd968066c81 (diff)
downloadpleroma-7f97fbc1ae8d38c88d32739e968b4f2572c755a8.tar.gz
pleroma-7f97fbc1ae8d38c88d32739e968b4f2572c755a8.zip
Update minimum Postgres version to 11.0; disable JIT
This release is where JIT was introduced and it should be disabled. Pleroma's queries do not benefit from JIT, but it can increase latency of queries.
Diffstat (limited to 'docs/installation')
-rw-r--r--docs/installation/debian_based_jp.md4
-rw-r--r--docs/installation/generic_dependencies.include2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/installation/debian_based_jp.md b/docs/installation/debian_based_jp.md
index 1424ad7f4..b6b5c9c07 100644
--- a/docs/installation/debian_based_jp.md
+++ b/docs/installation/debian_based_jp.md
@@ -12,8 +12,8 @@ Note: This article is potentially outdated because at this time we may not have
### 必要なソフトウェア
-- PostgreSQL 9.6以上 (Ubuntu16.04では9.5しか提供されていないので,[](https://www.postgresql.org/download/linux/ubuntu/)こちらから新しいバージョンを入手してください)
-- `postgresql-contrib` 9.6以上 (同上)
+- PostgreSQL 11.0以上 (Ubuntu16.04では9.5しか提供されていないので,[](https://www.postgresql.org/download/linux/ubuntu/)こちらから新しいバージョンを入手してください)
+- `postgresql-contrib` 11.0以上 (同上)
- Elixir 1.8 以上 ([Debianのリポジトリからインストールしないこと!!! ここからインストールすること!](https://elixir-lang.org/install.html#unix-and-unix-like)。または [asdf](https://github.com/asdf-vm/asdf) をpleromaユーザーでインストールしてください)
- `erlang-dev`
- `erlang-nox`
diff --git a/docs/installation/generic_dependencies.include b/docs/installation/generic_dependencies.include
index aebf21e7c..6572716ed 100644
--- a/docs/installation/generic_dependencies.include
+++ b/docs/installation/generic_dependencies.include
@@ -1,6 +1,6 @@
## Required dependencies
-* PostgreSQL >=9.6
+* PostgreSQL >=11.0
* Elixir >=1.11.0 <1.15
* Erlang OTP >=22.2.0 (supported: <27)
* git