Commit 2790e40b authored by Yorick Peterse's avatar Yorick Peterse

Merge branch 'sh-fix-geo-load-balancing' into 'master'

Fix load balancing configuration not working with Geo tracking database

Closes #6480

See merge request gitlab-org/gitlab-ee!6178
parents 32a8aa93 f84b2bef
......@@ -15,7 +15,8 @@ module Geo
raise SecondaryNotConfigured.new('Geo secondary database is not configured')
end
super
# Don't call super because LoadBalancing::ActiveRecordProxy will intercept it
retrieve_connection
end
end
end
---
title: Geo: Fix load balancing configuration not working with Geo tracking database
merge_request: 6178
author:
type: fixed
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