Skip to content

Installing Postgresql XL

Knut Ole edited this page Jan 20, 2015 · 6 revisions

Download Postgresql-XL

apt-get update
apt-get install -y bison flex jade
wget "http://downloads.sourceforge.net/project/postgres-xl/Releases/Version_9.2rc/postgres-xl-v9.2-src.tar.gz"
tar xvf postgres-xl-v9.2-src.tar.gz
cd postgres-xl/
./configure
make
make install
cd contrib/pgxc_ctl/
make
make install
cd ..
cd ..
cd ..
ln -sf /usr/local/pgsql/bin/*  /usr/sbin/

Good luck with the tutorial.

Configuring Postgresql-XL

Create default config, at /root/pgxc_ctl/

pgxc_ctl
PGXC prepare config osm_cluster_px.conf
PGXC exit

Create new user:

adduser pgcluster

OVERVIEW

GTM

GTM stands for global transaction manager. You must have one in the cluster.

GTM-Proxy

nevermind!

Clone this wiki locally