From: Fernan A. <fe...@ii...> - 2006-04-17 17:27:25
|
Hi again, now replying to myself since I got no answer before | [InstallSchema] SEVERE: Null version, skipping. Note: You will need to manually add a version number to the DB | What do I have to do now? Is this (manually adding a version | number) documented somewhere? I also see this when I try to use it: [fernan@omega] ga +meta Database version does not match required version for Plugin. Database Version: Plugin Version: 3.5 I'm guessing that maybe '3.5' or '3.5.1' need to be entered in Core.DatabaseVersion (as per GusApplication.pm, line 1210) database_version_id => 1 version => 3.5 and, AFAICS, from reading gus_schema.xml there's no other table referencing DATABASE_VERSION_ID ... so is it safe to go on and insert these values here? What would be a sensible value for version, given that I'm working with a GUS snapshot obtained from the repository on 11.Apr.2006? 3.5.1 is what upgrade.txt suggests ... but this file is dated Oct 2005 ... moreover, given that 'version' only accepts a float, this shoule be '3.51' instead which may cause problems if GUS ever reaches 3.51.0 AND I'm still using the same db instance :) BTW, in other tables, GUS stores versions, including cvs revisions as 'string' ... Thanks, Fernan +----[ To GUS-Dev <fe...@ii...> (12.Apr.2006 13:34): | | Hi! | | I've just checked out GUS using SVN | (svn checkout https://www.cbil.upenn.edu/svn/gus/gusTrunk GUS) | and I'm building it against a local postgres-8.1.3 database. | | Everything seems to go fine up to this point: | | [InstallSchema] INFO: Writing Database | [InstallSchema] Apr 12, 2006 1:20:10 PM org.gusdb.dbadmin.util.InstallSchemaTask | conditionalWriteVersion | [InstallSchema] SEVERE: Null version, skipping. Note: You will need to manually add a version number to the DB | [InstallSchema] Apr 12, 2006 1:20:31 PM org.gusdb.dbadmin.util.InstallSchemaTask | conditionalWriteVersion | [InstallSchema] SEVERE: Null version, skipping. Note: You will need to manually add a version number to the DB | What do I have to do now? Is this (manually adding a version | number) documented somewhere? | | Thanks in advance, | | Fernan | +----] |