From 482857dc6d268c2040cc65b9bd7e64ebd21a87d7 Mon Sep 17 00:00:00 2001 From: Prince Rachit Sinha Date: Wed, 12 May 2021 01:21:40 +0530 Subject: [PATCH] Fix typos in database.md (#4188) --- docs/self-hosted/install/database.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/self-hosted/install/database.md b/docs/self-hosted/install/database.md index b536ff370b3210..8f4eead51cfe49 100644 --- a/docs/self-hosted/install/database.md +++ b/docs/self-hosted/install/database.md @@ -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