Commit bf7aa077 authored by Stan Hu's avatar Stan Hu

Add database_geo.yml notes in source

[ci skip]
parent 7e2300e7
......@@ -148,6 +148,24 @@ sensitive data in the database. Any secondary node must have the
sudo cp /home/git/gitlab/config/database_geo.yml.postgresql /home/git/gitlab/config/database_geo.yml
```
1. Edit the content of `database_geo.yml` in `production:` like the example below:
```yaml
#
# PRODUCTION
#
production:
adapter: postgresql
encoding: unicode
database: gitlabhq_geo_production
pool: 10
username: gitlab_geo
# password:
host: /var/opt/gitlab/geo-postgresql
port: 5431
```
1. Set up the Geo tracking database:
```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment