Skip to content
Snippets Groups Projects
Commit d6544162 authored by Stan Hu's avatar Stan Hu Committed by Robert Speicher
Browse files

Use geo:db:setup instead of geo:db:create

parent 88ad250c
No related branches found
No related tags found
1 merge request!258Add support for running GitLab Geo tracking database
Loading
Loading
@@ -4,7 +4,7 @@ success = true
begin
foreman_pid = spawn('./run', 'geo_db')
[
%W(bundle exec rake geo:db:create)
%W(bundle exec rake geo:db:setup)
].each do |cmd|
success &&= system({'force' => 'yes', 'BOOTSTRAP' => '1'}, *cmd, chdir: 'gitlab')
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment