From 0b15ac190f6bbe6919f06e24be6f1fc80bb09c3d Mon Sep 17 00:00:00 2001 From: Benoit Date: Fri, 11 Oct 2024 02:06:32 +0900 Subject: [PATCH] Update postgresql version in path (#1544) apt.postgresql.org defaults to v17 for Ubuntu 24.04. --- content/en/admin/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/admin/install.md b/content/en/admin/install.md index 17fa52c9..6824beee 100644 --- a/content/en/admin/install.md +++ b/content/en/admin/install.md @@ -74,7 +74,7 @@ adduser --disabled-password mastodon #### Performance configuration (optional) {#performance-configuration-optional} -For optimal performance, you may use [pgTune](https://pgtune.leopard.in.ua/#/) to generate an appropriate configuration and edit values in `/etc/postgresql/16/main/postgresql.conf` before restarting PostgreSQL with `systemctl restart postgresql`. +For optimal performance, you may use [pgTune](https://pgtune.leopard.in.ua/#/) to generate an appropriate configuration and edit values in `/etc/postgresql/17/main/postgresql.conf` before restarting PostgreSQL with `systemctl restart postgresql`. #### Creating a user {#creating-a-user}