summarylogtreecommitdiffstats
path: root/postgresql.install
blob: 7d2e29b9754a9559dfd76b2c14345026c755ea02 (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/data$pkgver ]; then
	/opt/$pkgbase/bin/postgresql-check-db-dir /var/lib/postgres/data$pkgver || true
  fi
}