1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Template: postgresql-common/obsolete-major
Type: note
_Description: Obsolete major version ${old}
The PostgreSQL version ${old} is obsolete, but you still have the server
and/or client package installed. Please install the latest packages
(postgresql-${latest} and postgresql-client-${latest}) and upgrade your
existing ${oldversion} clusters with pg_upgradecluster (see manpage).
.
Please be aware that the installation of postgresql-${latest} will
automatically create a default cluster ${latest}/main. If you want to upgrade
the ${old}/main cluster, you need to remove the already existing ${latest}
cluster (pg_dropcluster --stop ${latest} main, see manpage for
details).
.
The old server and client packages are not supported any more. After
having upgraded the existing clusters, you should remove the
postgresql-${old} and postgresql-client-${old} packages.
Template: postgresql-common/untransitioned
Type: note
_Description: Untransitioned postgresql package
The current postgresql package is in state 'removed', but its data
and configuration files are still present in the system. This is
incompatible with the new multiversion/multicluster structure.
.
You need to do one of the following:
.
(1) If you do not need the databases and configuration files any
more, purge the old packages (dpkg -P postgresql postgresql-client).
.
(2) If you want to retain the current databases and configuration
files, upgrade to the transitional packages by installing the latest
version of 'postgresql' (apt-get install postgresql).
.
After that you can reattempt this installation.
|