[CalendarServer-users] Upgrading schema

Andre LaBranche dre at apple.com
Thu May 1 10:02:39 PDT 2014


Hi,

I would recommend separating migration from upgrade. Do one first, verify success, then do the other.

Also, any errors in migration or upgrade need to be enumerated.

-dre

Sent from my iPhone

> On May 1, 2014, at 2:49 AM, Pascal Dallaire <pascaldallaire at cre-gim.net> wrote:
> 
> Hi to everyone on the list,
> 
> I’m trying to migrate database+attachments from a CalendarServer 4.2 to 5.2. I used the calendarserver_backup script and was able to get a tgz… I used the same script from 5.2 to restore, there were some errors during the restore, next time I open the server (I used the FailIfUpgradeNeeded=False so that it would auto-upgrade automatically). When I run the server next time, it tries to apply the upgrade the schema from 12 to 13.
> 
> Then I get a lot of errors, Traceback, with the last line being :
> ---------
> pg.ProgrammingError: ERROR:  relation "attachment_id_seq" already exists
> ---------
> and then : 
> ---------
> 2014-05-01 05:40:31-0400 [-] [txdav.base.datastore.subpostgres#warn] received postgres stdout 'waiting for server to shut down....'
> 2014-05-01 05:40:32-0400 [-] [txdav.base.datastore.subpostgres#warn] received postgres stdout ' done\nserver stopped\n'
> 2014-05-01 05:40:32-0400 [-] [txdav.base.datastore.subpostgres#warn] postgres process ended with status 0
> 2014-05-01 05:40:32-0400 [-] [twisted.internet.base#info] Main loop terminated.
> 2014-05-01 05:40:32-0400 [-] [twisted.application.app#info] Server Shut Down.
> ---------
> Is it possible for someone who knows to nudge me toward a way to repair these errors?
> Thanks in advance
> Pascal
> 
> _______________________________________________
> calendarserver-users mailing list
> calendarserver-users at lists.macosforge.org
> https://lists.macosforge.org/mailman/listinfo/calendarserver-users


More information about the calendarserver-users mailing list