1
0
Fork 0
mirror of https://git.pleroma.social/pleroma/pleroma.git synced 2026-02-15 17:16:57 +00:00

Add more Postgresql-rum version

This commit is contained in:
Dryusdan 2026-01-22 08:55:14 +01:00
parent 177edbbb2c
commit ce188baa92
No known key found for this signature in database
GPG key ID: EC1438DDE24E27D7

View file

@ -96,10 +96,18 @@ RUM indexes are an alternative indexing scheme that is not included in PostgreSQ
# On Trixie and Ubuntu 25.04
apt install postgresql-17-rum
```
# On Debian 12
```
apt install postgresql-15-rum
```
# On Ubuntu 24.04
```
apt install postgresql-16-rum
```
# On Ubuntu 22.04
```
apt install postgresql-14-rum
```
#### (Optional) Performance configuration
It is encouraged to check [Optimizing your PostgreSQL performance](../configuration/postgresql.md) document, for tips on PostgreSQL tuning.