mirror of
https://github.com/goauthentik/authentik
synced 2026-04-30 19:37:25 +02:00
website/docs: Clean up PostgreSQL documentation (#21131)
* Clean up PostgreSQL documentation * Overview * SSL wording * Conn age * Schema text * Replica line * Direct tip * Backup text * Restore text * Access text * Copy text * Issue text * Sentence case * Section intro * Primary reads * Username text * Password text * TLS modes * Health checks * Replica case * Replica intro * Backup guides * Docker intro * Stop stack * Stop wording * Backup alt * Dump wording * Remove alt * Network note * Verify login * Dump safety * Log names
This commit is contained in:
@@ -78,11 +78,17 @@ See all configurable values on [ArtifactHub](https://artifacthub.io/packages/hel
|
||||
|
||||
## PostgreSQL production setup
|
||||
|
||||
The PostgreSQL database that is created by default during installation is only intended for demonstration and testing purposes. For production instances, you should use another installation method using one of the following operators:
|
||||
The PostgreSQL database installed by default with the Helm chart is intended for demonstration and test environments.
|
||||
|
||||
For production deployments, use a separately managed PostgreSQL installation instead of relying on the chart's bundled database.
|
||||
|
||||
Common options include:
|
||||
|
||||
- [CloudNativePG](https://github.com/cloudnative-pg/cloudnative-pg)
|
||||
- [Zalando Postgres Operator](https://github.com/zalando/postgres-operator)
|
||||
|
||||
After you provision PostgreSQL externally, configure authentik to use it with the settings in the [PostgreSQL configuration reference](../configuration/configuration.mdx#postgresql-settings).
|
||||
|
||||
## Email configuration (optional but recommended)
|
||||
|
||||
It is also recommended to configure global email settings. These are used by authentik to notify administrators about alerts, configuration issues and new releases. They can also be used by [Email stages](../../add-secure-apps/flows-stages/stages/email/index.mdx) to send verification/recovery emails.
|
||||
|
||||
Reference in New Issue
Block a user