From f94ec5ea4fa01d210d780925db4e018566720c25 Mon Sep 17 00:00:00 2001 From: Joshua Byrd Date: Wed, 4 Oct 2023 17:43:14 +1000 Subject: [PATCH] Update install.md (#1313) --- 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 ef6fc20f..509162b2 100644 --- a/content/en/admin/install.md +++ b/content/en/admin/install.md @@ -106,7 +106,7 @@ exit #### 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/15/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/16/main/postgresql.conf` before restarting PostgreSQL with `systemctl restart postgresql` #### Creating a user {#creating-a-user}