Grokbase
x

Re: [NOVICE] Install two different versions of postgres which should run in parallel

View TopicPrint | Flat  Thread  Threaded
1) Oliver Elphick If you run Debian or Ubuntu you can do this with the package system. apt-get install postgresql-8.2...
| +1 vote (Anchor)
[ Profile | Reply to groups ] [ Flat  Thread  Threaded ]
On Fri, 2007-08-10 at 14:33 +0300, Loredana Curugiu wrote:
> Hi all,
>
> I need to have two different vesions of postgres running in parallel
> on
> different ports. Does anyone knows how to install two different
> versions
> of postgres (7.4.5 and 8.2.4) on the same computer? I am using Linux
> operating system.

If you run Debian or Ubuntu you can do this with the package system.

  apt-get install postgresql-8.2 postgresql-7.4

The two versions are automatically installed to run on different ports.
Look at the docs and manpages for the postgresql-common package to see
how it works.

If you can't do that, you can install a different version from source in
a different directory tree; then have its postmaster run on a different
port.  Specify the port number when connecting so as to get to the
postmaster you want.

--
Oliver Elphick [email protected: o...@lfix.co.uk]
Isle of Wight http://www.lfix.co.uk/oliver
GPG: 1024D/A54310EA  92C8 39E7 280E 3631 3F0E  1EC0 5664 7A2F A543 10EA
                 ========================================
Do you want to know God? http://www.lfix.co.uk/knowing_god.html


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [email protected: majo...@postgresql.org] so that your
message can get through to the mailing list cleanly
2) Tom Lane It works fine. regards, tom lane ---------------------------(end of...
| +1 vote (Anchor)
[ Profile | Reply to groups ] [ Flat  Thread  Threaded ]
"Loredana Curugiu" <loredana.curugiu@gmail.com> writes:
> For installing I am running the "configure" script as follows:

> ./configure --prefix=/usr/local/pgsql-7.4.5 --with-java --with-pgport=6947

> Although I specify a different port than the default one, the postgres it is
> installed with the default port.

On what grounds do you conclude that?  I use --with-pgport every day.
It works fine.

   regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings
3) Loredana Curugiu Hi Markus, I am using Mandrake 2006. I have succeded in instalation of the two versions of...
| +1 vote (Anchor)
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
On 8/15/07, Markus Schaber <schabi@logix-tt.com> wrote:
>
> Hi, Loredana,
>
> "Loredana Curugiu" <loredana.curugiu@gmail.com> wrote:
>
> > I need to have two different vesions of postgres running in parallel on
> > different ports. Does anyone knows how to install two different versions
> > of postgres (7.4.5 and 8.2.4) on the same computer? I am using Linux
> > operating system.
>
> Which Linux distribution are you using?
>
> Debian supports running multiple PostgreSQL major versions out of the
> box.


Hi Markus,

I am using  Mandrake 2006. I have succeded in instalation of the two
versions
of postgres.

Greetings,
     Loredana
spacer
View TopicPrint | Flat  Thread  Threaded
Home > Groups > PostgreSQL - JDBC & PostgreSQL - Novice & PostgreSQL - SQL > Re: [NOVICE] Install two different versions of postgres which should run in parallel (3 posts)