Skip to content

Commit

Permalink
chore: use pg_isready in make upgrade instead of sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
stchris committed Oct 23, 2024
1 parent fd7935b commit 652164f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ format-check-ui:

upgrade: build
$(COMPOSE) up -d postgres elasticsearch
sleep 10
$(COMPOSE) exec postgres pg_isready --timeout=30
$(APPDOCKER) aleph upgrade

api: services
Expand Down

0 comments on commit 652164f

Please sign in to comment.