X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;ds=sidebyside;f=docs%2Finstallation%2Fotp_en.md;h=32551f7b69e02c9a259cda8f0e6379233820be01;hb=4f3313bf80ad126e1f5bc95282793d6e101318d8;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