X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=docs%2Finstallation%2Fotp_en.md;h=32551f7b69e02c9a259cda8f0e6379233820be01;hb=e4804137b3b5d269515bc40b9f173a1fc8931014;hp=aab5197a238fd07fd88e4ebce3cc8725bf3c74cf;hpb=e02eb8de3ec8130e9808c6a54a5c78f7ec8feb23;p=akkoma 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