Merge remote-tracking branch 'origin/develop' into fix/signup-without-email
[akkoma] / docs / installation / otp_en.md
index aab5197a238fd07fd88e4ebce3cc8725bf3c74cf..32551f7b69e02c9a259cda8f0e6379233820be01 100644 (file)
@@ -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