Re: A question about upgrading on Debian/Ubuntu - Mailing list pgsql-general

From Adrian Klaver
Subject Re: A question about upgrading on Debian/Ubuntu
Date
Msg-id ea23fb2e-babd-0719-70fd-7461049913c1@aklaver.com
Whole thread Raw
In response to Re: A question about upgrading on Debian/Ubuntu  (stan <stanb@panix.com>)
List 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.klaver@aklaver.com



pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: server will not start (Debian)
Next
From: Erwin Brandstetter
Date:
Subject: Fast, stable, portable hash function producing 4-byte or 8-byte values?