Re: A question about upgrading on Debian/Ubuntu

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: stan <stanb(at)panix(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: A question about upgrading on Debian/Ubuntu
Date: 2019-12-10 17:27:38
Message-ID: ea23fb2e-babd-0719-70fd-7461049913c1@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 12/10/19 8:14 AM, stan wrote:
>
> On Tue, Dec 10, 2019 at 07:46:02AM -0800, Adrian Klaver wrote:
>> On 12/10/19 3:21 AM, stan wrote:
>>> I upgraded successfully on our test machine from V11 to V12 the other day.
>>
>> The below indicates that this is not the case.
>>
>>> Now it is time to upgrade the production machine. One f the lessons
>>> learned in doing this is to do "make install" on all the extensions used
>>> in the existing DB before doing the pg_dropcluster.
>>
>> If you are installing from packages then a good deal of the extensions
>> should be in postgresql-contrib and you do not have to do make install.
>
> It is installed:
>
> dpkg -l
> ii postgresql-contrib
>>
>> Do you have packages that come from outside contrib?:
>>
>> https://www.postgresql.org/docs/12/contrib.html
>
> Yes, pgemailaddr is one.

https://github.com/petere/pgemailaddr

Installation

To build and install this module:

make
make install

**--> or selecting a specific PostgreSQL installation:

make PG_CONFIG=/some/where/bin/pg_config
make PG_CONFIG=/some/where/bin/pg_config install

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Erwin Brandstetter 2019-12-10 21:11:25 Fast, stable, portable hash function producing 4-byte or 8-byte values?
Previous Message Adrian Klaver 2019-12-10 17:06:21 Re: server will not start (Debian)