Commit 08ef2030 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'docs_nw_geo_external_trackingdb' into 'master'

Update docs for an external Geo tracking database

See merge request gitlab-org/gitlab!69887
parents 2a96b906 768044fa
......@@ -249,7 +249,7 @@ the tracking database on port 5432.
gitlab-rake geo:db:create
```
1. The reconfigure should automatically migrate the database. You can migrate the database manually if needed, for example if `gitlab_rails['auto_migrate'] = false`:
1. The reconfigure should automatically migrate the database. You can migrate the database manually if needed, for example if `geo_secondary['auto_migrate'] = false`:
```shell
gitlab-rake geo:db:migrate
......
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