diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-03-06 11:48:30 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-03-06 11:48:30 +0300 |
commit | 027714b519cca63ac943369d0bcc9534ba448a80 (patch) | |
tree | ab331c60efe243bd6eb79c95b67dc797bb165078 /docs/installation/otp_en.md | |
parent | 40765875d41f181b4ac54a772b4c61d6afc0bc34 (diff) | |
parent | 47604907c9d2379d0883d63bc7add5782cc25d63 (diff) | |
download | pleroma-027714b519cca63ac943369d0bcc9534ba448a80.tar.gz pleroma-027714b519cca63ac943369d0bcc9534ba448a80.zip |
Merge remote-tracking branch 'remotes/origin/develop' into 1560-non-federating-instances-routes-restrictions
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 |