fix: postgreSQL version spec (#4301)

* fix(cli): log error in `init zitadel`

* docs: specify postgres version

Co-authored-by: Livio Spring <livio.a@gmail.com>
This commit is contained in:
Silvan
2022-09-05 11:24:31 +02:00
committed by GitHub
parent 279b487961
commit 8a5c3b0fa1
7 changed files with 13 additions and 19 deletions

View File

@@ -144,4 +144,4 @@ The storage layer of ZITADEL is responsible for multiple things. For example:
- Backup and restore operation for disaster recovery purpose
ZITADEL currently supports CockroachDB as first choice of storage due to its perfect match for ZITADELs needs.
Postgresql support is currently in beta.
PostgreSQL support is currently in beta.

View File

@@ -4,7 +4,9 @@
Postgres extension is currently in beta.
:::
If you want to use a Postgres database instead of CockroachDB you can [overwrite the default configuration](../configure/configure.mdx).
If you want to use a PostgreSQL database instead of CockroachDB you can [overwrite the default configuration](../configure/configure.mdx).
Currently versions >= 14 are supported.
Postgres can be configured as follows:
```yaml