Skip to content
Snippets Groups Projects

Add support for running GitLab Geo tracking database

Merged Stan Hu requested to merge support-gitlab-geo-tracking-db into master
1 unresolved thread
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -191,7 +191,7 @@ postgresql-replication/config:
# Setup GitLab Geo databases
.PHONY: geo-setup
geo-setup: gitlab/config/database_geo.yml postgresql/geo postgresql-replication/cluster postgresql-replication/role postgresql-replication/backup
geo-setup: gitlab/config/database_geo.yml postgresql/geo
gitlab/config/database_geo.yml:
sed "s|/home/git|${gitlab_development_root}|" database_geo.yml.example > gitlab/config/database_geo.yml
Loading