On 27 Aug 2009, at 16:28, Toni Van Remortel wrote:

Found it. The upgrade script was not able to find the correct database version it seems. So I commented all if ($db- >is_lower("2.14*")) until the correct database version and ran the update again.

So: the upgrade script is wrong, or the database contains too much information (why do you keep all schema_versions?)

We keep the highest version for each major release. This allows us to branch database versions for older versions of Opsview.

We keep all these $db->is_lower() in the upgrade script because it allows users to upgrade from an old version of Opsview all the way through to the latest.

My guess is that the steps for 2.14.6 and 2.14.7 have not been applied on your system, so you really should do that. But if you are confident you do not need to, then you can change the row in the schema_version table so that 2.14 is up to version 7.

Ton

_______________________________________________
Opsview-users mailing list
[email protected]
http://lists.opsview.org/lists/listinfo/opsview-users

Reply via email to