Bernd Helmle mailings at oopsware.de
Fri Sep 11 05:52:50 PDT 2009
Folks,

seems current CVS is inconsistent between module version and schema version 
strings. Build from a fresh CVS checkout gives the following:


SELECT _movies.slonyVersion();
 slonyversion
--------------
 2.0.3
(1 row)

SELECT _movies.getModuleVersion();
 getmoduleversion
------------------
 2.0.2
(1 row)

Accordingly, slon complains in db_checkSchemaVersion():

ERROR  Slony-I schema version is 2.0.3
ERROR  please upgrade Slony-I schema to version 2.0.2
FATAL  main: Node has wrong Slony-I schema or module version loaded

Seems we have to bump up SLONY_I_VERSION_STRING, too (patch level in the 
schema
is already set to 3) ?

-- 
Thanks

	Bernd


More information about the Slony1-hackers mailing list