Update Postgres version in doc (#204)

This commit is contained in:
Bethuel Mmbaga
2024-07-23 13:47:59 +03:00
committed by GitHub
parent a2cefe3aed
commit 9c6ca83c64

View File

@@ -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 `<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