Commit c49973cc authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch '220053-workaround-does-not-apply-for-geo-caching-bug-docs' into 'master'

Update Geo node caching bug workaround

Closes #220053

See merge request gitlab-org/gitlab!33756
parents 4606e891 4bc4b309
...@@ -542,7 +542,7 @@ or `gitlab-ctl promote-to-primary-node`, either: ...@@ -542,7 +542,7 @@ or `gitlab-ctl promote-to-primary-node`, either:
```ruby ```ruby
Rails.application.load_tasks; nil Rails.application.load_tasks; nil
Gitlab::Geo.expire_cache_keys!([:primary_node, :current_node]) Gitlab::Geo.expire_cache!
Rake::Task['geo:set_secondary_as_primary'].invoke Rake::Task['geo:set_secondary_as_primary'].invoke
``` ```
......
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