Skip to content
Snippets Groups Projects
Commit b376d1ec authored by Gabriel Mazetto's avatar Gabriel Mazetto
Browse files

Make sure geo-postgresql is enabled during upgrade

parent 484ceac1
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@
10.6.0
- Geo: When upgrading we keep geo-postgresql up to run database migrations
- Geo: Add cron configuration for repository verification workers
- Warn users of stale sprockets manifest file after install 8d4cd46c (David Haltinner)
- Geo: Don't attempt to refresh FDW tables if FDW is not enabled
......
......@@ -58,7 +58,7 @@
run_sv_command_for_service('stop', sv_name)
end
MIGRATION_SERVICES = %w(postgresql redis).freeze
MIGRATION_SERVICES = %w(postgresql redis geo-postgresql).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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment