summarylogtreecommitdiffstats
path: root/postgresql.install
blob: 6dbd0afb522b3e111b6aaf96f7c8444242fb6ece (plain)
1
2
3
4
5
6
7
post_upgrade() {
  # Prints the warning message if the database version on disk
  # does not match the PostgreSQL major version.
  if [ -d /var/lib/postgres/data15 ]; then
	/opt/postgresql15/bin/postgresql-check-db-dir /var/lib/postgres/data || true
  fi
}