Commit 768044fa authored by Nick Westbury's avatar Nick Westbury

Update doc/administration/geo/setup/external_database.md

parent cbf4d669
...@@ -249,7 +249,7 @@ the tracking database on port 5432. ...@@ -249,7 +249,7 @@ the tracking database on port 5432.
gitlab-rake geo:db:create 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 ```shell
gitlab-rake geo:db:migrate 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