Documentation Notes: Finding the MySQL Password for debian_ubuntu_aws.sh install
Created by: pban02
I used this script to install gitlab:
curl https://raw.github.com/gitlabhq/gitlab-recipes/master/install/debian_ubuntu_aws.sh | sh
I needed the MySQL password to setup a backup but have no clue where to find it. The script generates a random password and you ca find it in:
/home/gitlab/gitlab/config/database.yml
This would be great to have in the documentation - would save others time having to dig around the script.