Error in Kopano Core
-
This must be something specific for the 8.5.8 (official release). I have never seen this error before…
The question I am worried is whether it will corrupt my database in any shape or form…
So what do I do? Do I upgrade to the latest in the community packages?
-
@mcostan said in Error in Kopano Core:
So what do I do? Do I upgrade to the latest in the community packages?
I think @jengelh above meant to imply that he could not reproduce your issue either on the 8.5 release, the latest 8.6 build or the current master. So upgrading to master likely does not change anything for you.
-
Felix,
It looks like I am not the only one coming up with this error.
It was also mentioned in this post:
https://forum.kopano.io/topic/1300/kopano-core-8-5-8-a-quickfix-release/8
I am very concerned that I will end up with a corrupted database… (as per that post).
Something in the code or some database code must be still referring to an old zarafa table.
What do we do?
-
@mcostan said in Error in Kopano Core:
this error
if you are referring to the “Failed: Table ‘zarafa.clientupdatestatus’ doesn’t exist” message, yes that is known and already fixed for the next 8.5 update. There is no harm of a corrupt database in this relation, since we removed the table, but there were still some code paths, which made reference to it.
What is new here in your post are the error messages on deletion. This still remains to be reproduced.
-
ok thanks.
If you have trouble reproducing this I can try cutting down the database to a single user and giving you access to it if that helps.
-
note in relation to my original post, that after the error, the user is actually deleted. So the command returns an error, but the user is then gone.
-
This (the inability to delete a user) is likely to be fixed by https://stash.kopano.io/projects/KC/repos/kopanocore/commits/656e02e7e7bea2469549253ad3af6d4177ae0df7 as well. Commit has been part of all master released produced afterteh 24th of april.
-
thanks, I will try 8.6 and see how it goes.
-
root@mrc-ubz64:~# kopano-admin -c test -f test -e test@test.com -p test
User created.
root@mrc-ubz64:~# kopano-admin -d test
User deleted.Fixed in 8.6.2 pre-release
Also the zarafa table missing error disappeared.
Thanks a lot, all good.
-
I tested 8.5.9 and the problem is fixed there too.