On 12-11-14 02:53 PM, Shaun McCloud wrote: > That fixed that issue. > > Now I am getting "please upgrade Slony-I shared module to version 2.1.2"
Did you do a clean compile (and then install) the slony1_funcs.dll ? > > Shaun McCloud, MCDST | Associate Software Developer > Geo-Comm Inc. | www.geo-comm.com > > -----Original Message----- > From: Steve Singer [mailto:[email protected]] > Sent: Wednesday, November 14, 2012 13:42 > To: Shaun McCloud > Cc: [email protected] > Subject: Re: [Slony1-general] Slony1 2.1.2 Windows Issue > > On 12-11-14 02:36 PM, Shaun McCloud wrote: >> I have compiled Slony1 2.1.2 on Windows Server 2008 R2 (x64) against >> PostgreSQL 9.0 x64 and I am getting the following errors on startup. >> >> *Slony-I schema version is 2.1.2 >> >> *please upgrade Slony-I schema to version 2.1.1 >> >> *main: Node has wrong Slony-I schema or module version loaded >> >> The machines I am trying to run 2.1.2 has never had another version of >> Slony1 on them. Why would Slony1 2.1.2 want the 2.1.1 schema? And >> what can I do to resolve the issue? > > Sorry, my bad I think. > Change the file > config_msvc.h > > #define SLONY_I_VERSION_STRING "2.1.1" > #define SLONY_I_VERSION_STRING_DEC 2,1,1 > > To instead say > #define SLONY_I_VERSION_STRING "2.1.2" > #define SLONY_I_VERSION_STRING_DEC 2,1,2 > > > and recompile everything > > > > >> >> Shaun McCloud, MCDST | Associate Software Developer >> >> Geo-Comm Inc. | www.geo-comm.com <http://www.geo-comm.com/> >> >> 601 W. Saint Germain St., St. Cloud, MN, 56301 >> >> Office: 320.240.0040 or 888.436.2666 Fax: 320.240.2389 >> >> >> >> _______________________________________________ >> Slony1-general mailing list >> [email protected] >> http://lists.slony.info/mailman/listinfo/slony1-general >> > _______________________________________________ Slony1-general mailing list [email protected] http://lists.slony.info/mailman/listinfo/slony1-general
