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:
parent
177edbbb2c
commit
ce188baa92
1 changed files with 8 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue