Re: [ADMIN] upgrade from 8.0.3 to 8.1.0

2005-11-09 Thread Ludek Finstrle
> instance of postgres. Is there a way to keep my production db up and > running in 8.0.3 while I also run 8.1.0 on the same server? Then, I could Yes. There is a way. You have to specify another location and port for 8.1.0. Luf ---(end of broadcast)-

Re: [ADMIN] upgrade from 8.0.3 to 8.1.0

2005-11-09 Thread Tom Lane
Rafael Martinez Guerrero <[EMAIL PROTECTED]> writes: > On Tue, 2005-11-08 at 18:23, Moises Alberto Lindo Gutarra wrote: >> you only need make postgres 8.1.0 run using another port, example 5438 > Or another IP/address (listen_addresses) and the same port 5432. ;) No, because both postmasters will

Re: [ADMIN] upgrade from 8.0.3 to 8.1.0

2005-11-09 Thread Rafael Martinez Guerrero
On Tue, 2005-11-08 at 18:23, Moises Alberto Lindo Gutarra wrote: > you only need make postgres 8.1.0 run using another port, example 5438 > Or another IP/address (listen_addresses) and the same port 5432. ;) -- Rafael Martinez, <[EMAIL PROTECTED]> Center for Information Technology Services Univ

Re: [ADMIN] upgrade from 8.0.3 to 8.1.0

2005-11-08 Thread Jeff Frost
Dan, Sure, just bring it up in a different directory and have it listen on a different port. You could either dump/restore to get the data over to it or use a replication tool such as slony or mammoth to do the deed. The latter method has the benefit of keeping it up to date while you poke a

Re: [ADMIN] upgrade from 8.0.3 to 8.1.0

2005-11-08 Thread Moises Alberto Lindo Gutarra
you only need make postgres 8.1.0 run using another port, example 5438 2005/11/8, Dan The Man <[EMAIL PROTECTED]>: > Hi, > I have enough resources on my 3 postgresql servers to run more than one > instance of postgres. Is there a way to keep my production db up and > running in 8.0.3 while I also

[ADMIN] upgrade from 8.0.3 to 8.1.0

2005-11-08 Thread Dan The Man
Hi, I have enough resources on my 3 postgresql servers to run more than one instance of postgres. Is there a way to keep my production db up and running in 8.0.3 while I also run 8.1.0 on the same server? Then, I could copy the data and support two databases until things looked good. Then,