> On Feb 5, 2015, at 2:36 PM, Jacques Distler <dist...@golem.ph.utexas.edu> 
> wrote:
> 
> 
>> On Feb 5, 2015, at 3:42 PM, Jacques Distler <dist...@golem.ph.utexas.edu> 
>> wrote:
>> 
>>> 
>>> You can find out how many resources are in the old format by running this 
>>> SQL:
>>> select count(*) from calendar_object where dataversion = 0;
>> 
>> Well, now you have me REALLY confused.
>> 
>> I did a calendarserver_upgrade when I upgraded to 5.3 (and, again, for good 
>> measure when I upgraded to 5.4dev). So I THOUGHT I had the latest schema 
>> version. But there's no "dataversion" column in the "calendar_object" table:

That can’t be good. There should absolutely be a dataversion column on 
calendar_object, and I’m not really sure what to expect if that’s missing. Most 
likely it means that somewhere along the line, some schema upgrade failed. I’m 
somewhat surprised that your server is still working...

When you start the service, what does error.log say about checking schema / 
data versions?

-dre

_______________________________________________
calendarserver-users mailing list
calendarserver-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/calendarserver-users

Reply via email to