Hi folks,
I've done some udpates and now I can't connect to webmail (internal server error) nor imap-connection is working.
On gromox.http Logs I have following errors:
[2023-01-14 07:23:41.097246]: dbop_sqlite: /var/lib/gromox/user/0/2/exmdb/exchange.sqlite3: current schema EV-5; upgrading to EV-10.
[2023-01-14 07:23:41.097732]: dbop_sqlite: upgrading /var/lib/gromox/user/0/2/exmdb/exchange.sqlite3 to schema EV-6
[2023-01-14 07:23:41.097784]: sqlite3_exec "ALTER TABLE `attachment_properties` RENAME TO `u0`": there is already another table or index with this name: u0
[2023-01-14 07:23:41.097816]: dbop_sqlite upgrade /var/lib/gromox/user/0/2/exmdb/exchange.sqlite3: Input/output error
After deleting attachment_properties and rename u0 to attachment_properties I receive now following messages:
[2023-01-14 08:12:51.463652]: sqlite3_exec "INSERT INTO attachment_properties SELECT attachment_id, proptag, propval FROM u0": UNIQUE constraint failed: attachment_properties.attachment_id, attachment_properties.proptag
[2023-01-14 08:12:51.463895]: dbop_sqlite upgrade /var/lib/gromox/user/0/2/exmdb/exchange.sqlite3: Input/output error
[2023-01-14 08:14:04.399483]: dbop_sqlite: /var/lib/gromox/user/0/2/exmdb/exchange.sqlite3: current schema EV-5; upgrading to EV-10.
[2023-01-14 08:14:04.399892]: dbop_sqlite: upgrading /var/lib/gromox/user/0/2/exmdb/exchange.sqlite3 to schema EV-6
[2023-01-14 08:14:04.399953]: sqlite3_exec "ALTER TABLE `attachment_properties` RENAME TO `u0`": there is already another table or index with this name: u0
[2023-01-14 08:14:04.399979]: dbop_sqlite upgrade /var/lib/gromox/user/0/2/exmdb/exchange.sqlite3: Input/output error
I have:
Name : gromox
Version : 2.1.3.cb51757
Release : lp153.54.1
What can I do now? Any ideas?
Thanks