Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorToon Claes <toon@gitlab.com>2021-11-26 19:32:01 +0300
committerToon Claes <toon@gitlab.com>2021-11-26 19:32:01 +0300
commit58d05b5b812401feb5d270dc24a66a7be83f5491 (patch)
tree5aa86d75f3c3769eeca229c58423c78f0eaff34c /cmd
parent8fdd0ee9565a986ee9cfbf2ec99ba725e03eeac0 (diff)
parentc20c465303cd8b00aa05a1950c2510689682027c (diff)
Merge branch 'jc-postgres-readwrite-check' into 'master'
praefect: Add database read/write check Closes gitlab#328493 See merge request gitlab-org/gitaly!4121
Diffstat (limited to 'cmd')
-rw-r--r--cmd/praefect/subcmd.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/praefect/subcmd.go b/cmd/praefect/subcmd.go
index 0ff0baa4a..2e966e809 100644
--- a/cmd/praefect/subcmd.go
+++ b/cmd/praefect/subcmd.go
@@ -46,6 +46,7 @@ var subcommands = map[string]subcmd{
os.Stdout,
praefect.NewPraefectMigrationCheck,
praefect.NewGitalyNodeConnectivityCheck,
+ praefect.NewPostgresReadWriteCheck,
),
}