Closed (duplicate)
Project:
XML sitemap
Version:
6.x-2.x-dev
Component:
Other
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Dec 2011 at 12:25 UTC
Updated:
30 Jan 2013 at 17:51 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
hanoiiI also found this, and you end up without an actual sitemap after upgrade which is not great.
Attached is a patch that solves this. What I think that happened is that the max_filesize was added to the schema but not to the other place in which the table was recreated on the update procedures. Right now I am using an approach which uses the definition scheme everywhere so there this kind of errors are less likely to happen now or in the future.
Comment #2
hanoiiComment #3
Anonymous (not verified) commentedComment #4
Anonymous (not verified) commentedWe cannot do an update by grabbing the current schema. Each update must handle the newness as it applies to it.
Comment #5
Anonymous (not verified) commented#978398: Upgrade from 1.x to 2.x