Roundup Tracker - Issues

Message2561

Author stefan
Recipients
Date 2008-05-30.17:59:16
Message-id
In-reply-to
The upgrade_db() code compares version numbers to figure out whether to automatically attempt to upgrade.
It assumes that a version mismatch implies that
new_version > old_version.

However, I have run into a case where I (accidentally) access an already upgraded (version 4) database with an older installation of roundup (version 3).

While this is arguably a user error, roundup should (and easily could !) protect against inadvertent (and probably corruptive) 'downgrades' like that.
History
Date User Action Args
2009-02-03 14:22:17adminlinkissue1979556 messages
2009-02-03 14:22:17admincreate