Closed Zotan closed 8 years ago
See https://forum.owncloud.org/viewtopic.php?t=22343
Not a News issue ;)
PS: Don't use Sqlite, it's buggy, slow, missing features and prone to locked databases. An exapmle of a missing feature is support for ALTER TABLE statements. This means that for any column that you want to change or add you need to copy the whole table to a new table (which is the temporary table stuff that you are experiencing). Your bug is probably unrelated to this though. It's just that your database got corrupted (dont ask why, bad hard drive?)
Also:
What problem did you encounter?
Upgrading from 8.7.4 to 8.7.5 results in a malformed DB error message and an unusable news app installation Doctrine\DBAL\Exception\DriverException: An exception occurred while executing 'CREATE TEMPORARY TABLE tempoc_news_items AS SELECT id, guid_hash, guid, author, body, enclosure_mime, enclosure_link, url, title, pub_date, feed_id, status, last_modified, search_index, rtl, fingerprint FROM oc_news_items': SQLSTATE[HY000]: General error: 11 database disk image is malformed
Steps to Reproduce
System Information
Contents of owncloud/data/owncloud.log