Re: How to Build Postgres in a Portable / Relocatable fashion? - Mailing list pgsql-general

From Tom Lane
Subject Re: How to Build Postgres in a Portable / Relocatable fashion?
Date
Msg-id 2770930.1714779894@sss.pgh.pa.us
Whole thread Raw
In response to Re: How to Build Postgres in a Portable / Relocatable fashion?  (AJ ONeal <coolaj86@proton.me>)
Responses Re: How to Build Postgres in a Portable / Relocatable fashion?
List pgsql-general
AJ ONeal <coolaj86@proton.me> writes:
> What I want to create (and provide) is a portable tarball that has
> most of all what it needs in the tarball and will look for relevant
> libraries relative to itself.

See

https://www.postgresql.org/docs/current/installation.html

particularly the discussion of installation relocatability under

https://www.postgresql.org/docs/current/install-make.html#CONFIGURE-OPTIONS-LOCATIONS

In short, you have to specify an installation path, but as long
as you don't muck with the relative locations of the subdirectories
it should be possible to move the whole tree to a different
installation location.

> Something that Just Works™ *almost* anywhere (Ubuntu, Debian, RedHat, Suse... maybe even Alpine).

That's a little harder, mainly because the shared libraries for
dependencies like openssl etc may not be 100% compatible across
all those platforms.  Different versions, different build options,
yadda yadda.

Maybe you should be thinking in terms of a docker container
or the like?

            regards, tom lane



pgsql-general by date:

Previous
From: AJ ONeal
Date:
Subject: Re: How to Build Postgres in a Portable / Relocatable fashion?
Next
From: Bruce Momjian
Date:
Subject: Re: How to Build Postgres in a Portable / Relocatable fashion?