Fri Sep 11 05:52:50 PDT 2009
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-hackers mailing list