version for sun cobalt qube 3

Started by Weber Gerhardover 23 years ago2 messagesbugs
Jump to latest
#1Weber Gerhard
gerhard.weber@datura.ch

dear reader

we have a cobalt qube 3 with an old version 6.5 of postgresql. we use
postgresql 7.2.3 on other platforms like windows.

what we have to do for installing the mentioned, newest version on our
cobalt qube 3? wich version we hav to download? how to install on it?

thank you very much in advance.

best regards

Gerhard Weber

<mailto:gerhard.weber@datura.ch> -- <http://www.datura.ch&gt;
Telefon: +41 (0)55 415 30 30 -- FAX: +41 (0)55 415 30 31
Post: Churerstrasse 22, Postfach, CH-8808 Pfäffikon SZ

Nicht lesen!
Java(tm)/J2EE-EJB(tm) Web-PORTAL <http://www.EconOffice.net&gt;
mit Web-Content und -Applikationen zum Probieren.
-> Einfach, sicher, schnell und günstig (ökonomisch).

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Weber Gerhard (#1)
Re: version for sun cobalt qube 3

Weber Gerhard <gerhard.weber@datura.ch> writes:

we have a cobalt qube 3 with an old version 6.5 of postgresql. we use
postgresql 7.2.3 on other platforms like windows.
what we have to do for installing the mentioned, newest version on our
cobalt qube 3? wich version we hav to download? how to install on it?

IIRC, the Qube system uses Postgres itself for storing system data.
You'd better talk to Sun about possible compatibility issues before
you try updating the instance that the system uses.

The path of greatest safety would be to leave the system's instance
alone, and build a separate newer-version DB that you run in parallel
with the old DB.

To do that, just configure with an installation directory and default
port number different from where the system DB lives. Build, install,
initdb in a different directory from the system's, and you're set.

regards, tom lane