At 2005-11-22T15:47:31+0200, Rus V. Brushkoff wrote:
>  So found some issue after db migrating from 0.22 to 0.23 - the database 
> can be dumped but can't be loaded :
> 
> ......
> monotone: error: sqlite error: 1: object name reserved for internal use: 
> sqlite_stat1
> monotone: error: make sure database and containing directory are writeable
> ......
> 
> What to do with this table (sqlite_stat1) delete/drop/etc. ?

Thanks for pointing this out.  It's a bug in our database::dump routine.
I've committed a fix to mainline (4149795a688dab52dc3cf51f8ac5f693d9336c34).
0.24, which is due to be released very soon, will contain this fix.

As a workaround, delete the lines from the dump output that perform the
create and inserts on sqlite_stat1, then load it as you would normally.

Thanks,
-mjg
-- 
Matthew Gregan                     |/
                                  /|                [EMAIL PROTECTED]


_______________________________________________
Monotone-devel mailing list
Monotone-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/monotone-devel

Reply via email to