
felix.rupp at gmail
Sep 24, 2011, 1:44 AM
Post #4 of 4
(196 views)
Permalink
|
|
Re: Database version missmatch: Git checkout - debian package
[In reply to]
|
|
Hi Andrew, thank you for your fast reply. It's not a big problem for me to wait a couple of days, the old server still does his job :) . Thank you for the great work! Regards Felix Am 24.09.2011 um 01:30 schrieb Andrew McMillan: > On Fri, 2011-09-23 at 21:00 +0200, Felix Rupp wrote: >> Hello all, >> >> I ran into a dumb problem while moving my davical installation from >> old server to new one. The old server had the git master-branch >> checked out, so the database has patch 1.2.11 applied. The new server >> runs with debian, so I installed davical via apt-get. >> >> I have no problems on running the server itself but it comes to >> problems, when I try to configure my Client (iCal 4.0.4). The >> application says it can't find the calendar files on >> "/caldav.php/myusername/". The database is consistent and 100% okay. I >> tested this with my "old" accounts and with a newly created test-user. >> >> Problem now seems, that the debian package has a slightly different >> database version than the git-checkout (<- logical to me) and this >> causes the problems. That means: My database is on patch 1.2.11, but >> davical (from debian) awaits 1.2.10. >> >> Any ideas how I can fix this without giving up the installed debian >> package (much more comfortable than git checkout ;) ). > > Hi Felix, > > You can wait about three days until the current Git HEAD becomes the > released package :-) > > The problem occurs because the upcoming patch restructures the database > handling of timezones and the 1.2.11 patch does something which I don't > normally do: it drops the time_zone table after converting all the > records to the new timezones table for the new Timezone Server > functionality which will land in 0.9.9.6... > > Another thing you could do would be to re-create the time_zone table > according to the details in davical.sql but I really think you'd be > better to just wait until monday and update to the latest packages. > > Actually there are two things I've done in this recent development > sprint which are unusual: I don't normally even commit the SQL patch to > Git until it is finalised... > > Cheers, > Andrew. > > -- > ------------------------------------------------------------------------ > andrew (AT) morphoss (DOT) com +64(272)DEBIAN > Your heart is pure, and your mind clear, and your soul devout. > ------------------------------------------------------------------------ >
|