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