Compare commits
11 Commits
website/do
...
docs-read-
Author | SHA1 | Date | |
---|---|---|---|
7850bd325c | |||
2173c8bfd6 | |||
fc9afacad6 | |||
b33126b132 | |||
d30bf8b012 | |||
a640b450e3 | |||
ea2dfd0ea6 | |||
cadc3d9ca3 | |||
5e0802e7b8 | |||
7e960352ea | |||
b148f4b740 |
@ -20,6 +20,10 @@ You can also use a native install, if you prefer.
|
|||||||
If you use locally installed databases, the PostgreSQL credentials given to authentik should have permissions for `CREATE DATABASE` and `DROP DATABASE`, because authentik creates a temporary database for tests.
|
If you use locally installed databases, the PostgreSQL credentials given to authentik should have permissions for `CREATE DATABASE` and `DROP DATABASE`, because authentik creates a temporary database for tests.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
:::warning
|
||||||
|
If you are running a development environment and you have read replicas configured in your `local.env.yaml` file, you might encounter problems logging back in. This is because dev environments do not have read replica databases, but the `local.env.yaml` file is configured to call them. If you cannot log in, edit your local `local.env.yaml` file to remove the `postgresql.read_replicas` entry.
|
||||||
|
:::
|
||||||
|
|
||||||
## Backend Setup
|
## Backend Setup
|
||||||
|
|
||||||
:::info
|
:::info
|
||||||
|
@ -99,6 +99,10 @@ The same PostgreSQL settings as described above are used for each read replica.
|
|||||||
|
|
||||||
Note that `USE_PGBOUNCER` and `USE_PGPOOL` are inherited from the main database configuration and are _not_ overridable on read replicas.
|
Note that `USE_PGBOUNCER` and `USE_PGPOOL` are inherited from the main database configuration and are _not_ overridable on read replicas.
|
||||||
|
|
||||||
|
:::warning
|
||||||
|
If you are running a [development environment](../../developer-docs/setup/full-dev-environment.md) be aware that read replicas are not supported.
|
||||||
|
:::
|
||||||
|
|
||||||
## Redis Settings
|
## Redis Settings
|
||||||
|
|
||||||
- `AUTHENTIK_REDIS__HOST`: Redis server host when not using configuration URL
|
- `AUTHENTIK_REDIS__HOST`: Redis server host when not using configuration URL
|
||||||
|
Reference in New Issue
Block a user