mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-08 22:22:39 +00:00
docs: remove beta state of postgresql (#5652)
* docs: remove beta state of postgres * docs: release cycle, support states, postgres * docs: release cycle, support states, postgres * docs: postgreSQL * Update docs/docs/concepts/architecture/software.md Co-authored-by: mffap <mpa@zitadel.com> * Update docs/docs/concepts/architecture/solution.md Co-authored-by: mffap <mpa@zitadel.com> * Update docs/docs/support/general.md Co-authored-by: mffap <mpa@zitadel.com> * Update docs/docs/support/general.md Co-authored-by: mffap <mpa@zitadel.com> * Update docs/docs/self-hosting/deploy/overview.mdx Co-authored-by: mffap <mpa@zitadel.com> * Update docs/docs/support/general.md Co-authored-by: mffap <mpa@zitadel.com> * Update docs/docs/self-hosting/manage/database/_postgres.mdx Co-authored-by: mffap <mpa@zitadel.com> * Update docs/docs/support/general.md Co-authored-by: mffap <mpa@zitadel.com> * Update docs/docs/support/general.md Co-authored-by: mffap <mpa@zitadel.com> * Update docs/docs/self-hosting/manage/database/_postgres.mdx Co-authored-by: mffap <mpa@zitadel.com> * Update docs/docs/self-hosting/manage/production.md Co-authored-by: mffap <mpa@zitadel.com> * Update docs/docs/support/general.md Co-authored-by: mffap <mpa@zitadel.com> * Update docs/docs/support/general.md Co-authored-by: mffap <mpa@zitadel.com> * Update docs/docs/support/general.md Co-authored-by: mffap <mpa@zitadel.com> * Update docs/docs/support/general.md Co-authored-by: mffap <mpa@zitadel.com> * Update docs/docs/guides/manage/cloud/support.md Co-authored-by: mffap <mpa@zitadel.com> * Update docs/docs/support/general.md Co-authored-by: mffap <mpa@zitadel.com> * Update docs/docs/support/general.md Co-authored-by: mffap <mpa@zitadel.com> * Update docs/docs/support/general.md Co-authored-by: mffap <mpa@zitadel.com> * Update docs/docs/support/general.md Co-authored-by: mffap <mpa@zitadel.com> * fix broken link * replace generic title (search optimization) * new version of sidebars * fix broken links * add back to sidebar --------- Co-authored-by: mffap <mpa@zitadel.com>
This commit is contained in:
@@ -145,4 +145,7 @@ 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.
|
||||
Postgres is currently in [Beta](/docs/support/software-release-cycles-support#beta) and will be [Enterprise Supported](/docs/support/software-release-cycles-support#partially-supported) afterwards.
|
||||
Beta state will be removed as soon as [automated tests](https://github.com/zitadel/zitadel/issues/5741) are implemented.
|
||||
Make sure to read our [Production Guide](./self-hosting/manage/production#prefer-cockroachdb) before you decide to use it.
|
||||
|
||||
|
||||
@@ -9,8 +9,9 @@ Since the storage layer takes the heavy lifting of making sure that data in sync
|
||||
|
||||
Depending on your projects needs our general recommendation is to run ZITADEL and ZITADELs storage layer across multiple availability zones in the same region or if you need higher guarantees run the storage layer across multiple regions.
|
||||
Consult the [CockroachDB documentation](https://www.cockroachlabs.com/docs/) for more details or use the [CockroachCloud Service](https://www.cockroachlabs.com/docs/cockroachcloud/create-an-account.html)
|
||||
|
||||
> Postgres support of ZITADEL is currently in beta.
|
||||
Postgres is currently in [Beta](/docs/support/software-release-cycles-support#beta) and will be [Enterprise Supported](/docs/support/software-release-cycles-support#partially-supported) afterwards.
|
||||
Beta state will be removed as soon as [automated tests](https://github.com/zitadel/zitadel/issues/5741) are implemented.
|
||||
Make sure to read our [Production Guide](./self-hosting/manage/production#prefer-cockroachdb) before you decide to use it.
|
||||
|
||||
## Scalability
|
||||
|
||||
|
||||
Reference in New Issue
Block a user