Hello Suresh,
Suresh Gupta VG wrote:
Hi Team,
I have Solaris 9 machine with Pgsql 7.4 and want to upgrade to 8.2.5.
I don't want to disturb the first version now. I want to install
second one separately and need to test with my application. If it
works fine, I will activate only the late
1) Can I please know, if we can run 2 databases on the same server
with out any conflicts?
You can as long as they are installed in separate locations.
That is:
db1: /usr/local/pgsql/7.4
db2: /usr/local/pgsql/8.1
The main reason is so your app doesn't pick up the wrong binary and use
Hi Team,
I have Solaris 9 machine with Pgsql 7.4 and want to upgrade to 8.2.5. I
don't want to disturb the first version now. I want to install second
one separately and need to test with my application. If it works fine, I
will activate only the latest one and other version 7.4 will be
discard