On Sun, Apr 13, 2008 at 12:52 AM, Preben Randhol <[EMAIL PROTECTED]> wrote: > I tried again to migrate from 1.5.8 to 1.6.2 > after copying the old data directory again to the new instance. Now I > get a different problem: KeyError: 'data_format_revision'
If it's the same problem I ran into, you need to create a file called "meta" in the data/ directory that contains "data_format_revision: 01050800" (I think, anyway--I was upgrading from 1.5.7, so it was "01050700" for me). This is caused by missing a migration step on a previous migration. - Bradey ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Moin-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/moin-user
