With the dropping of SOGo1 I recently moved to SOGo 5. I created a
container image using Centos Stream 8 and got it all working about three
weeks ago using LDAP for auth and mariadb for the database. I used
sogo-tool to export the data from the old db into a fresh one.
However 4 days ago I suddenly lost the ability to connect to the DAV
data for all users, and in the logs I'm getting
2023-06-12 10:16:34.573 sogo-tool[345:345]
ERROR(-[NSNumber(MySQL4Values) initWithMySQL4Field:value:length:]):
unsupported MySQL type: 0 (len=4)
2023-06-12 10:16:34.573 sogo-tool[345:345] ERROR(-[MySQL4Channel
primaryFetchAttributes:withZone:]): <MySQL4Channel[0x0x2722130]
connection=0x0x274e6b0>: got no value for column: attribute=c_path2
valueClass=NSNumber
type=DECIMAL
Sometimes the attribute is c_path, c_path2 or c_path4
Any attempt to use sogo-tool checkup or backup also just shows this message.
Can someone help me work out how to fix it?
Leon