diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-03-03 10:08:07 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-03-03 10:08:07 +0300 |
commit | 509c81e4b10bd8ba6d3a93889cd6fbbbfbcbab21 (patch) | |
tree | 6939fe33f705c384bdf2bc05a348be02b64ec3fc /docs/installation/otp_en.md | |
parent | f987d83885eef7cd8d114feefe8870a8c5e841c6 (diff) | |
parent | 4c02e049358441529c54a72cd11f1c81ee897d49 (diff) | |
download | pleroma-509c81e4b10bd8ba6d3a93889cd6fbbbfbcbab21.tar.gz pleroma-509c81e4b10bd8ba6d3a93889cd6fbbbfbcbab21.zip |
Merge branch 'develop' into gun
Diffstat (limited to 'docs/installation/otp_en.md')
-rw-r--r-- | docs/installation/otp_en.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/installation/otp_en.md b/docs/installation/otp_en.md index aab5197a2..32551f7b6 100644 --- a/docs/installation/otp_en.md +++ b/docs/installation/otp_en.md @@ -73,6 +73,15 @@ rc-service postgresql restart systemctl restart postgresql ``` +If you are using PostgreSQL 12 or higher, add this to your Ecto database configuration + +```elixir +prepare: :named, +parameters: [ + plan_cache_mode: "force_custom_plan" +] +``` + ### Installing Pleroma ```sh # Create a Pleroma user |