Using a Geo Server

原文:https://docs.gitlab.com/ee/administration/geo/replication/using_a_geo_server.html

Using a Geo Server

设置数据库复制并配置 Geo 节点后 ,请像使用普通的独立 GitLab 实例一样使用最近的 GitLab 节点.

GitLab Premium 11.3 中引入了直接推送到辅助节点(对于 HTTP,包括 Git LFS 的 SSH).

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

  1. $ git push
  2. remote:
  3. remote: You're pushing to a Geo secondary. We'll help you by proxying this
  4. remote: request to the primary:
  5. remote:
  6. remote: ssh://git@primary.geo/user/repo.git
  7. remote:
  8. Everything up-to-date