Koozali.org: home of the SME Server

Postgres SQL

Anonymous

Postgres SQL
« on: February 15, 2006, 01:22:29 AM »
First :)


Hi,

I just downloaded and installed SME 7 pre 3 - it's looking great!

I noticed here (http://distrowatch.com/table.php?distribution=centos) that postgresql 7.4.8 is standard on Centos 4.2.   Is this left intact on the SME 7 or is it removed?  

If it is there, can someone tell me what directory it is in.

Thank you,

Chris Buechler

Offline gregswallow

  • *
  • 651
  • +1/-0
Postgres SQL
« Reply #1 on: February 15, 2006, 01:38:39 AM »
It is not included with SME7 - just Mysql is included (same version as Centos 4)


By the way, you have to login to post again - I was in the middle of setting the permissions on the new forums.

Offline funkusmunkus

  • *
  • 220
  • +0/-0
Postgres SQL
« Reply #2 on: February 15, 2006, 01:46:02 AM »
.
Sorry, I hit reply on the wrong thread
.........

Offline gordonr

  • *
  • 646
  • +0/-0
    • http://www.smeserver.com.au/
Re: Postgres SQL
« Reply #3 on: February 15, 2006, 01:55:05 AM »
Quote from: "Anonymous"

I noticed here (http://distrowatch.com/table.php?distribution=centos) that postgresql 7.4.8 is standard on Centos 4.2.   Is this left intact on the SME 7 or is it removed?  

We only install the CentOS parts we use. Any additional components can be added with

yum --enablerepo=base --enablerepo=updates install thing

Be careful, as doing this will not automatically show you updates for those packages. We will only include updates to packages shipped on the CD.

You can enable the CentOS updates repo in the yum_repositories db with:

db yum_repositories setprop updates status enabled
signal-event yum-modify

Be warned - Some CentOS updates, especially kernel updates, may break some features on your system (e.g. PPTP) until we've built the appropriate add-ons

It takes us a little time to build and test the extra kernel modules we need once CentOS release a new kernel.
............