1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-06-09 17:46:29 +02:00

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.
This commit is contained in:
Evangelos Foutras 2022-04-20 21:24:09 +03:00
parent 40c2ca4ea8
commit ea9fe76820
No known key found for this signature in database
GPG Key ID: 51E8B148A9999C34

View File

@ -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