diff options
author | Ray Paik <rpaik@gitlab.com> | 2019-07-11 22:29:37 +0000 |
---|---|---|
committer | Ray Paik <rpaik@gitlab.com> | 2019-07-11 22:29:37 +0000 |
commit | 4b6611f31d18fe03664bbde419926cc25f088c33 (patch) | |
tree | e8c4c66ebc039b79bc50d5fb9084ad33a86e68c8 /doc/install | |
parent | 9a5f1b098000ce57b6a1baccf1f4d7fc526d6903 (diff) | |
parent | 941b67764f85f66b900ae3436f1e98b5c4697457 (diff) | |
download | gitlab-ce-4b6611f31d18fe03664bbde419926cc25f088c33.tar.gz |
Merge branch 'patch-71' into 'master'
Update index.md - Fixing a minor typo on the postgreSQL setup instructions
See merge request gitlab-org/gitlab-ce!30437
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/aws/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/aws/index.md b/doc/install/aws/index.md index 77caf6b5285..fed3b1ca595 100644 --- a/doc/install/aws/index.md +++ b/doc/install/aws/index.md @@ -227,7 +227,7 @@ Now, it's time to create the database: choose a General Purpose (SSD) to reduce the costs). Read more about it at [Storage for Amazon RDS](http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html). -1. The rest of the settings on this page request a DB isntance identifier, username +1. The rest of the settings on this page request a DB instance identifier, username and a master password. We've chosen to use `gitlab-db-ha`, `gitlab` and a very secure password respectively. Keep these in hand for later. 1. Click **Next** to proceed to the advanced settings. |