Re: Moving/Using Postgres Binaries on multiple machines - Mailing list pgsql-general

From Peter Eisentraut
Subject Re: Moving/Using Postgres Binaries on multiple machines
Date
Msg-id 200411241621.08964.peter_e@gmx.net
Whole thread Raw
In response to Re: Moving/Using Postgres Binaries on multiple machines  (Francis Reed <freed@iel.ie>)
Responses Re: Moving/Using Postgres Binaries on multiple machines
List pgsql-general
Francis Reed wrote:
> We tested the principle with postgres 7.4.6 but found a what we
> believe is a compile time dependancy in create_conversion.sql where
> $libdir is not being resolved properly during the initdb process on
> the second machine. The usual environment variables don't seem to
> help (LD_LIBRARY_PATH; PATH; PGLIB etc). Anyone come across that?

Moving the installation to a different path is not supported for
permanent use before 8.0.  You better try to install in the same
directory layout on all machines where you want to deploy.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: Performance
Next
From: Peter Eisentraut
Date:
Subject: Re: problem in modifing column datatype of a table