diff options
author | lain <lain@soykaf.club> | 2024-03-19 04:46:40 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2024-03-19 04:46:40 +0000 |
commit | ca5766c0a7ac81adc5c45e6ffee55c68612d82ab (patch) | |
tree | 4c5165c124997fa5cb0ddc4fc08e57fdebb97e27 /docs/installation | |
parent | 0e4e20315bd8bc743f017db462debfd968066c81 (diff) | |
parent | 357553a64acf8edf180621b3984e596664815248 (diff) | |
download | pleroma-ca5766c0a7ac81adc5c45e6ffee55c68612d82ab.tar.gz pleroma-ca5766c0a7ac81adc5c45e6ffee55c68612d82ab.zip |
Merge branch 'postgres-bump' into 'develop'
Update minimum Postgres version to 11.0; disable JIT
See merge request pleroma/pleroma!4093
Diffstat (limited to 'docs/installation')
-rw-r--r-- | docs/installation/debian_based_jp.md | 4 | ||||
-rw-r--r-- | docs/installation/generic_dependencies.include | 2 |
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 |