Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Cannot Reproduce
-
Affects Version/s: 4.0.0
-
Fix Version/s: 4.0.1
-
Component/s: Upgrade Scripts
-
Labels:None
-
Originating Party:Developer
Description
When running the newscoop-restore script to restore a backup (on upgrade), it fails throwing this error:
* Upgrading the database from version 3.5.x...
ERROR!
tables.sql (3.5.x) errors on:
ALTER TABLE `article_datetimes` ADD COLUMN `event_comment` TEXT;
Table 'newscoop.article_datetimes' doesn't exist
* Upgrading the database from version 3.5.x...
ERROR!
tables.sql (3.5.x) errors on:
ALTER TABLE `article_datetimes` ADD COLUMN `event_comment` TEXT;
Table 'newscoop.article_datetimes' doesn't exist
The database version checking can fail then (on version before the "Versions" tables started to be used).