[Bug 217515] [exp-run] Update PostgreSQL default version to 9.5
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Mar 23 11:39:36 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217515
--- Comment #18 from Mathieu Arnold <mat at FreeBSD.org> ---
I would really like to see a working and tested procedure before the default is
changed.
Even if the instructions include things like:
After upgrading, you will need some manual intervention:
# pkg fetch postgresql93-server postgresql93-contrib
# tar xf /var/cache/pkg/postgresql93-server-9.3.16.txz -C /tmp/pg-upgrade
# tar xf /var/cache/pkg/postgresql93-contrib-9.3.16.txz -C /tmp/pg-upgrade
# mv /usr/local/pgsql/data /usr/local/pgsql/data93
# /usr/local/etc/rc.d/postgresql initdb
# pg_upgrade -b /tmp/pg-upgrade/... -d /usr/local/pgsql/data93 -B .. -D ..
or something similar, that has been tested.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-ports-bugs
mailing list