diff options
author | lain <lain@soykaf.club> | 2019-11-11 12:34:17 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-11-11 12:34:17 +0000 |
commit | c90972c5bdeb9a06954bc2f50f26dd5049ba8eaa (patch) | |
tree | 39918d2eadfb8bebb80350a42b7045af00eedd24 /docs/configuration/cheatsheet.md | |
parent | 1ca7b877a153d57f34f3d5a4b380a824d5d4b809 (diff) | |
parent | ab2e61238ee0dd5df0744c8bd8a7ffb089c4a0f8 (diff) | |
download | pleroma-c90972c5bdeb9a06954bc2f50f26dd5049ba8eaa.tar.gz pleroma-c90972c5bdeb9a06954bc2f50f26dd5049ba8eaa.zip |
Merge branch 'update-docs' into 'develop'
Add a warning about Pg version to the RUM related docs
See merge request pleroma/pleroma!1966
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r-- | docs/configuration/cheatsheet.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 8f609fcfd..61783cf3f 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -523,7 +523,7 @@ config :pleroma, :workers, Configuration for [Quantum](https://github.com/quantum-elixir/quantum-core) jobs scheduler. -See [Quantum readme](https://github.com/quantum-elixir/quantum-core#usage) for the list of supported options. +See [Quantum readme](https://github.com/quantum-elixir/quantum-core#usage) for the list of supported options. Example: @@ -593,6 +593,10 @@ See the [Quack Github](https://github.com/azohra/quack) for more details ## Database options ### RUM indexing for full text search + +!!! warning + It is recommended to use PostgreSQL v11 or newer. We have seen some minor issues with lower PostgreSQL versions. + * `rum_enabled`: If RUM indexes should be used. Defaults to `false`. RUM indexes are an alternative indexing scheme that is not included in PostgreSQL by default. While they may eventually be mainlined, for now they have to be installed as a PostgreSQL extension from https://github.com/postgrespro/rum. |