From: | "Holger Hoffstaette" <holger(at)wizards(dot)de> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Upgrading side by side in Gentoo |
Date: | 2008-11-13 14:03:22 |
Message-ID: | pan.2008.11.13.14.03.22.476000@wizards.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Wed, 12 Nov 2008 19:47:15 -0500, Guy Rouillier wrote:
> To answer your question directly, you won't find a prepackaged solution to
> running simultaneous version of PG (or any other software package) on
> Gentoo. That's not how Gentoo is designed to be used. Having said that,
You are contradicting yourself:
> I remember reading about slots, which may allow what you are trying to do.
> But I've never investigated.
Slots are *exactly* the mechanism that enables multiple versions of the
same package to be installed in parallel and it works fantastically well.
However since not every package is easily slottable (such as the old and
therefore unslotted postgres 8.1.x) it is not an option in Andrus' case,
and also wouldn't solve the problem of upgrading the DB itself, which is
purely a PostgreSQL problem on any platform.
And FYI Gentoo supports binary packages just fine; in fact that's how you
are supposed to install packages on larger installations.
-h
From | Date | Subject | |
---|---|---|---|
Next Message | Teodor Sigaev | 2008-11-13 14:06:15 | Re: still gin index creation takes forever |
Previous Message | Holger Hoffstaette | 2008-11-13 13:54:49 | Re: Upgrading side by side in Gentoo |