aboutsummaryrefslogtreecommitdiff
path: root/docs/installation/otp_en.md
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2020-06-02 18:50:37 +0400
committerEgor Kislitsyn <egor@kislitsyn.com>2020-06-02 18:50:37 +0400
commit68cb152a0861618035ac48a0e0b455f74d9b767c (patch)
treecb2f14ed088efa0ab5b6952ee7d74d69f524387a /docs/installation/otp_en.md
parentcbcd592300673582e38d0bf539dcdb9a2c1985a1 (diff)
parent879304dcd94c778b3cdaa2b82f69fccf2b37090c (diff)
downloadpleroma-68cb152a0861618035ac48a0e0b455f74d9b767c.tar.gz
Merge branch 'develop' into openapi/admin/relay
Diffstat (limited to 'docs/installation/otp_en.md')
-rw-r--r--docs/installation/otp_en.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation/otp_en.md b/docs/installation/otp_en.md
index fb99af699..86135cd20 100644
--- a/docs/installation/otp_en.md
+++ b/docs/installation/otp_en.md
@@ -63,7 +63,7 @@ apt install postgresql-11-rum
```
#### (Optional) Performance configuration
-For optimal performance, you may use [PGTune](https://pgtune.leopard.in.ua), don't forget to restart postgresql after editing the configuration
+It is encouraged to check [Optimizing your PostgreSQL performance](../configuration/postgresql.md) document, for tips on PostgreSQL tuning.
```sh tab="Alpine"
rc-service postgresql restart