diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2020-03-03 00:29:51 +0400 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2020-03-03 00:29:51 +0400 |
commit | 4f3313bf80ad126e1f5bc95282793d6e101318d8 (patch) | |
tree | 65ad61d45ade608004e9d9eda36a6eef1bc29bc1 /docs | |
parent | 4a45b96a91485a39f26bcc86b6cbd21d1547511e (diff) | |
parent | 4c02e049358441529c54a72cd11f1c81ee897d49 (diff) | |
download | pleroma-4f3313bf80ad126e1f5bc95282793d6e101318d8.tar.gz |
Merge remote-tracking branch 'origin/develop' into fix/signup-without-email
Diffstat (limited to 'docs')
-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 |