You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/self-hosted/installation.md
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,15 +20,14 @@ You will require image pull secrets to pull down the docker images from our priv
20
20
21
21
The Helm chart does not include a production-ready Postgres Database (only a development instance). You will be required to connect to, and create databases on a Postgres instance.
22
22
23
-
You will need to create 4 databases, that are used for different things.
23
+
You will need to create 3 databases, that are used for different things.
24
24
25
25
While we are currently working on running **Logfire** on one database, for now they *must* be separated.
26
26
27
-
The 4 database in question are:
27
+
The 3 database in question are:
28
28
29
29
* Standard Postgres Database, i.e, `crud`
30
30
* Object Storage/File Metadata, i.e, `ff`
31
-
* Ingest Database, i.e, `ingest`
32
31
* Dex i.e, `dex`
33
32
34
33
While they can be named anything, we will refer to them with these identifiers in this guide.
@@ -92,7 +91,7 @@ Here's a checklist you can use to ensure you have all your prerequisites:
92
91
- [ ] Helm CLI Installed
93
92
- [ ] Image Pull Secrets
94
93
- [ ] Access to a Kubernetes cluster
95
-
- [ ] The 4 PostgreSQL database set up
94
+
- [ ] The 3 PostgreSQL databases set up
96
95
- [ ] Identity Provider Configuration
97
96
- [ ] Object Storage Configuration
98
97
- [ ] HTTP Ingress information (i.e, hostname etc.)
0 commit comments