Web Hosting Talk







View Full Version : Version numbers


dxer
02-28-2003, 05:27 AM
Where to look for number of version for following if there is on server:
-Python
-PostgreSQL

thanks

kneadingu
02-28-2003, 06:32 AM
is there a control panel? fo so which one?

dxer
02-28-2003, 06:37 AM
CPanel 6

serial
02-28-2003, 10:29 AM
cPanel uses Python 1.5.2 (do not upgrade this manually, you will break things) and cPanel does not use PostgreSQL yet.

Mdot
02-28-2003, 11:15 AM
postgres --version
python --version

sasha
02-28-2003, 12:51 PM
for postgres: as above
for python: python -V

dxer
02-28-2003, 01:02 PM
Originally posted by serial
cPanel uses Python 1.5.2 (do not upgrade this manually, you will break things) and cPanel does not use PostgreSQL yet.

But could it be installed- that PostgreSQL ?

kneadingu
02-28-2003, 01:52 PM
Although I'm sure they found the fish (answer) helpful. Now instead of feeding them for today with the answer lets teach them how to feed themselves with the knowledge of where to find such useful information on the server using cpanel?

Originally posted by dxer
Where to look for number of version for following if there is on server:
-Python
-PostgreSQL

thanks