Hello, I'm trying to install sw-sso package on my Debian server and this package use sqlite. The installation fails because of the schema version :
DB file already exists. Let's check for upgrade DB update failed (Downgrade is not supported (8 -> 7).). See log file for detailed output. Whe I look at the log, I get this : [2011-04-17T15:10:35Z][4305][DEBUG][Db.php(39) __call] query: select version from schema_version; [2011-04-17T15:10:35Z][4305][INFO][SchemaUtil.php(85) getOrigSchemaVersion] Current DB schema version is 8. [2011-04-17T15:10:35Z][4305][ERROR][DBMigrate.php(27) (main)] [end] DB schema update: exception caught at top level Downgrade is not supported (8 -> 7). [2011-04-17T15:10:36Z][4318][INFO][DBMigrate.php(21) (main)] [begin] DB migrate. [2011-04-17T15:10:36Z][4318][INFO][SchemaUtil.php(124) update] Required DB schema version is 7. [2011-04-17T15:10:36Z][4318][DEBUG][Db.php(26) __construct] Opening DB connection to sqlite:/var/lib/sso/sso.db (readable=true, writable=true) [2011-04-17T15:10:36Z][4318][DEBUG][Db.php(34) __construct] Opened DB connection to sqlite:/var/lib/sso/sso.db [2011-04-17T15:10:36Z][4318][DEBUG][Db.php(39) __call] query: select version from schema_version; [2011-04-17T15:10:36Z][4318][INFO][SchemaUtil.php(85) getOrigSchemaVersion] Current DB schema version is 8. [2011-04-17T15:10:36Z][4318][ERROR][DBMigrate.php(27) (main)] [end] DB schema update: exception caught at top level Downgrade is not supported (8 -> 7). How can I solve this problem ? The package is used by Plesk and I can't connect to it without it. Debian Lenny sqlite 3.5.9-6 Thank you _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users