Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.06 KB

using_a_geo_server.md

File metadata and controls

27 lines (21 loc) · 1.06 KB
stage group info type
Enablement
Geo
To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
howto

Using a Geo Server (PREMIUM ONLY)

After you set up the database replication and configure the Geo nodes, use your closest GitLab node as you would a normal standalone GitLab instance.

Pushing directly to a secondary node (for both HTTP, SSH including Git LFS) was introduced in GitLab Premium 11.3.

Example of the output you will see when pushing to a secondary node:

$ git push
remote:
remote: You're pushing to a Geo secondary. We'll help you by proxying this
remote: request to the primary:
remote:
remote:   ssh://[email protected]/user/repo.git
remote:
Everything up-to-date