492.md 937 字节
Newer Older
Lab机器人's avatar
readme  
Lab机器人 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
# Using a Geo Server

> 原文:[https://docs.gitlab.com/ee/administration/geo/replication/using_a_geo_server.html](https://docs.gitlab.com/ee/administration/geo/replication/using_a_geo_server.html)

# Using a Geo Server[](#using-a-geo-server-premium-only "Permalink")

设置[数据库复制并配置 Geo 节点后](index.html#setup-instructions) ,请像使用普通的独立 GitLab 实例一样使用最近的 GitLab 节点.

[GitLab Premium](https://about.gitlab.com/pricing/#self-managed) 11.3 中[引入](https://about.gitlab.com/releases/2018/09/22/gitlab-11-3-released/)了直接推送到**辅助**节点(对于 HTTP,包括 Git LFS 的 SSH).

推送到**辅助**节点时将看到的输出示例:

```
$ 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://git@primary.geo/user/repo.git
remote:
Everything up-to-date 
```