Wed Jun 13 08:20:59 PDT 2012
- Previous message: [Slony1-general] Re : Slony configuration
- Next message: [Slony1-general] Slony-I 2.1 with PostgreSQL 9.0.8 x86-64
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 6/13/2012 4:45 AM, Laura Passigni wrote: > Hi, > I have 2 versions of Postgres on my test machine (8.4 and 9.0). > After installing Slony, it has been installed in the postgres 9.0, but I > would like to have Slony in Postgres 8.4. > I would like to know how to configure Slony for postgres 8.4. Is it > feasible? It is. Assuming that you have the devel packages for both Postgres versions installed (headers and libraries). I suggest installing the same Slony version from sources for both database version, so you can also replicate between the two. You would configure and "make install" two times. The configure script has an option to explicitly specify the directory of the pg_config utility to use. The sequence would then look like this: configure --with-pgconfigdir=/path/to/bin/directory/of/pg_config-8.4 make all install clean configure --with-pgconfigdir=/path/to/bin/directory/of/pg_config-9.0 make all install clean Jan -- Anyone who trades liberty for security deserves neither liberty nor security. -- Benjamin Franklin
- Previous message: [Slony1-general] Re : Slony configuration
- Next message: [Slony1-general] Slony-I 2.1 with PostgreSQL 9.0.8 x86-64
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-general mailing list