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