aboutsummaryrefslogtreecommitdiff
path: root/docs/installation
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-06-21 06:14:02 +0300
committerrinpatch <rinpatch@sdf.org>2019-06-21 06:14:02 +0300
commitf9515a36112c8f6a8a40dbda234aaa6bb5de3827 (patch)
tree0a996ce4267e45082de712ea41f34852310ff9f8 /docs/installation
parentd3d98beaad9127517c7ad8d027f052a23807772b (diff)
downloadpleroma-f9515a36112c8f6a8a40dbda234aaa6bb5de3827.tar.gz
Add a note about RUM indexes package on Debian/Ubuntu
Diffstat (limited to 'docs/installation')
-rw-r--r--docs/installation/releases_en.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/installation/releases_en.md b/docs/installation/releases_en.md
index 4645f7aff..39749b40b 100644
--- a/docs/installation/releases_en.md
+++ b/docs/installation/releases_en.md
@@ -41,9 +41,9 @@ apk add curl unzip ncurses postgresql posqtgresql-contrib nginx certbot
#### (Optional) Installing RUM indexes
RUM indexes are an alternative indexing scheme that is not included in PostgreSQL by default. You can read more about them on the [Configuration page](config.html#rum-indexing-for-full-text-search). They are completely optional and most of the time are not worth it, especially if you are running a single user instance (unless you absolutely need ordered search results).
-Debian/Ubuntu:
+Debian/Ubuntu (available only on Buster/19.04):
```sh
-apt install postgresql-rum
+apt install postgresql-11-rum
```
Alpine:
```sh