Skip to content
Snippets Groups Projects
Verified Commit ea9fe768 authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

postgres: upgrade_pg: drop call to analyze_new_cluster.sh

Commit 8f113698b63b15a4e0a4b15d3ee37238c1d1821d upstream:

  Remove analyze_new_cluster script from pg_upgrade

  Since this script just runs vacuumdb anyway, remove the script and
  replace the instructions to run it with instructions to run vacuumdb
  directly.
parent 40c2ca4e
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,6 @@ systemctl unmask postgresql.service
systemctl daemon-reload
systemctl start postgresql.service
su - postgres -c /var/lib/postgres/analyze_new_cluster.sh
# We probably want to manually delete things for now in case this script misses
# some stuff
#su - postgres -c /var/lib/postgres/delete_old_cluster.sh
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