#! /bin/sh # $FreeBSD: head/databases/postgresql12-server/pkg-install-server 535676 2020-05-17 20:37:04Z girgen $ PATH=/bin:/usr/bin:/usr/sbin backupwarning() { cat < 10), a dump and restore of all databases is required. This is *NOT* done by the port! See https://www.postgresql.org/docs/current/upgrading.html =========================================== EOF } case $2 in PRE-INSTALL) backupwarning ;; esac