Skip to content

Commit

Permalink
Fix typos in database.md (gitpod-io#4188)
Browse files Browse the repository at this point in the history
  • Loading branch information
Prince Rachit Sinha authored and MatthewFagan committed Nov 18, 2021
1 parent f47f37b commit 482857d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/self-hosted/install/database.md
Expand Up @@ -6,11 +6,11 @@ url: /docs/self-hosted/latest/install/database/
Gitpod uses a MySQL database to store user data. By default Gitpod ships with a MySQL database built-in. If you operate your own MySQL database (which we'd recommend in a production setting) you can use that one. You have the following options:

* Integrated database: If not disabled, this MySQL database is installed in a Kubernetes pod as a part of Gitpod’s Helm chart.
The database uses a Kubernetes PersistentVolume. We do not recommend using this option fo a production setting.
The database uses a Kubernetes PersistentVolume. We do not recommend using this option for a production setting.

* Own MySQL database: Gitpod requires MySQL in version 5.7 or newer.

This chart installs a MySQL database which gets Gitpod up and running but is not suitable for production (the data is lost on each restart of the DB pod). To connect to a proper MySQL installation:
This chart installs a MySQL database that gets Gitpod up and running but is not suitable for production (the data is lost on each restart of the DB pod). To connect to a proper MySQL installation:
1. Copy the DB init scripts into your local folder:
```
mkdir -p gpinstall
Expand Down

0 comments on commit 482857d

Please sign in to comment.