Don't shut down gitaly during upgrade

This commit is contained in:
Balasankar "Balu" C 2018-04-12 16:45:10 +05:30
parent b1f4734e05
commit 034992fbcc
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ add_command 'upgrade', 'Run migrations after a package upgrade', 1 do |cmd_name|
run_sv_command_for_service('stop', sv_name)
end
MIGRATION_SERVICES = %w(postgresql redis geo-postgresql).freeze
MIGRATION_SERVICES = %w(postgresql redis geo-postgresql gitaly).freeze
MIGRATION_SERVICES.each do |sv_name|
# If the service is disabled, e.g. because we are using an external
# Postgres server, then this command is a no-op.