Skip to content

Makefile: ensure-databases-running depends on gitaly-setup

Jacob Vosmaer requested to merge jv-setup-gitaly-during-update into master

Fixes #771 (closed)

Although we tried hard to avoid it, !960 (merged) somehow broke gdk update. Early in gdk update the Procfile gets updated and we try to boot Postgres and Gitaly. Because the new Procfile is not compatible with an old /gitaly, this blows up.

This change makes sure that Make runs gitaly-setup before trying to launch the database.

Merge request reports