3

On our Git replica server we have this error when running : ghe-repl-status

CRITICAL: git-hooks replication is behind the primary by 13536s

Anyone could explain what it means and how to solve it ? I searched on Google but found only Git release notes.

torek
  • 448,244
  • 59
  • 642
  • 775
guppy
  • 191
  • 1
  • 7

1 Answers1

2

Thanks to GitHub Enterprise support here is the solution :

1/ Stop/start consul service on replica:

/usr/local/share/enterprise/ghe-repl-stop-consul
/usr/local/share/enterprise/ghe-repl-start-consul

2/ Check Replica status is OK:

admin@01-replica:~$ ghe-repl-status
OK: mysql replication is in sync
OK: redis replication is in sync
OK: elasticsearch cluster is in sync
OK: git replication is in sync
OK: pages replication is in sync
OK: alambic replication is in sync
OK: git-hooks replication is in sync
OK: consul replication is in sync
guppy
  • 191
  • 1
  • 7