From 9c6ca83c64a12a42a70225546dc47849741df510 Mon Sep 17 00:00:00 2001 From: Bethuel Mmbaga Date: Tue, 23 Jul 2024 13:47:59 +0300 Subject: [PATCH] Update Postgres version in doc (#204) --- src/pages/selfhosted/postgres-store.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/selfhosted/postgres-store.mdx b/src/pages/selfhosted/postgres-store.mdx index ce5cdf22..4db63bcf 100644 --- a/src/pages/selfhosted/postgres-store.mdx +++ b/src/pages/selfhosted/postgres-store.mdx @@ -7,7 +7,7 @@ This feature provides experimental support for using Postgres as the storage eng ## Using Postgres for fresh installations As of version 0.26.0, the default configuration for fresh installations is SQLite storage. -However, users have the option to leverage the benefits of Postgres for new instances beginning from version ``. +However, users have the option to leverage the benefits of Postgres for new instances beginning from version `0.27.8`. To enable Postgres, add to your `setup.env` the following variable: ```bash NETBIRD_STORE_CONFIG_ENGINE=postgres