Ed L. pgsql
Mon Jul 19 23:40:10 PDT 2004
Getting my feet wet for the first time with slony and pgsql 7.3.4.  Based on 
the README file, I don't see a few files I expected to see after 'make 
install', not sure why, hoping someone can steer me in the right direction.  
Here's what I've done so far:

	tar zxvf slony1-1.0.1.tar.gz
	cd slony1-1.0.1
	PGSRC=/users/dists/pgsql/builds/postgresql-7.3.4
	PGRUN=/opt/pgsql/installs/postgresql-7.3.4
	./configure --prefix=$PGRUN --with-pgsourcetree=$PGSRC
	make
	make install

After the last step, I see expected files in $bindir and $libdir but no 
slony sql files (slony1_base.sql, etc) in $datadir.  Is that to be 
expected?  Or does this sound like permissions confusion?

A related question, we use one $PGRUN installation with many cluster 
installations in other locations within the directory tree.  Is the idea 
that one would copy these sql files from the $PGRUN data dir to each 
cluster's PGDATA directory upon cluster setup?

TIA.



More information about the Slony1-general mailing list