v1.28.0->v1.28.1 upgrade issues
Posted: Sun Mar 15, 2015 4:29 pm
The current source tarball (v1.28.1.tar.gz, md5sum e8b27b818e074e5739b2bad8c57671a1) will not upgrade my database to 1.28.1.
/path/bin/zmupdate.pl (from 1.28.1) says my database is already at 1.28.0. There is an update sql in /buildpath/ZoneMinder-1.28.1/db/zm_update-1.28.1.sql: but that alone won't update the version numbers stored in the DB.
The system was built from source at 1.27.1, there were no issues upgrading up to 1.28.0 back then.
/path/bin/zmupdate.pl (from 1.28.1) says my database is already at 1.28.0. There is an update sql in /buildpath/ZoneMinder-1.28.1/db/zm_update-1.28.1.sql:
Code: Select all
ALTER TABLE Monitors MODIFY Device tinytext;
The system was built from source at 1.27.1, there were no issues upgrading up to 1.28.0 back then.