Commit c8e009fe authored by Stan Hu's avatar Stan Hu

Fix ordering of migration step

[ci skip]
parent 94522dbb
......@@ -181,13 +181,6 @@ the clocks must be synchronized to within 60 seconds of each other.
sudo cp /opt/gitlab/embedded/service/gitlab-rails/config/database_geo.yml.postgresql /opt/gitlab/embedded/service/gitlab-rails/config/database_geo.yml
```
1. Reconfigure GitLab:
```
sudo gitlab-ctl start
sudo gitlab-ctl reconfigure
```
1. Edit the content of `database_geo.yml` in `production:` like the example below:
```yaml
......@@ -206,6 +199,13 @@ the clocks must be synchronized to within 60 seconds of each other.
```
1. Reconfigure GitLab:
```
sudo gitlab-ctl start
sudo gitlab-ctl reconfigure
```
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