mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 00:57:33 +00:00
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:
@@ -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.
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user