summaryrefslogtreecommitdiff
path: root/docs/installation
diff options
context:
space:
mode:
authorLain Soykaf <lain@lain.com>2024-03-19 16:26:02 +0400
committerLain Soykaf <lain@lain.com>2024-03-19 16:26:02 +0400
commit4e8a1b40cb7014a14d209d4438491a66246802b1 (patch)
tree25db7854e3d1b017a4abe2ae7b7687a744da82c6 /docs/installation
parent8a14fdbe479ca0ffb3419a83cf3c637b72dd54e0 (diff)
parent4e37cd85ef5b1134913441166219f09220fd4942 (diff)
downloadpleroma-4e8a1b40cb7014a14d209d4438491a66246802b1.tar.gz
pleroma-4e8a1b40cb7014a14d209d4438491a66246802b1.zip
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into transient-validators-defaults
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