Document database default changes

This commit is contained in:
lain 2020-02-25 11:51:01 +01:00
commit e4804137b3
2 changed files with 10 additions and 0 deletions

View 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