Hi Nathan, The RDF data should be migrated as in article already listed, this is proven to work. As for other tables i can suggest you to try dumping separate tables using the 'dbdump' utility; it is built in <vos src tree>/binsrc/tests on unix platforms; start executable to get it's help. for DAV you should dump following tables : WS.WS.SYS_DAV_RES, WS.WS.SYS_DAV_COL, WS.WS.SYS_DAV_PROP, use options to dump content only, not to dump schema definitions. then try to load on empty v6 db. Also when loading on v6, to run faster do the load in non-logging/row-auto-commit mode e.g. log_enable (2) before to run insert statements. Do the all loading using command line ISQL tool.
Best Regards, Mitko On Apr 14, 2010, at 3:22 PM, Ivan Mikhailov wrote: > Hello Nathan, > > The page is > http://www.openlinksw.com/dataspace/dav/wiki/Main/UpgradingToVOS610 > however it would be better to wait for Mitko's reply rather than mine, > because he has practical experience with big migrations of this sort. > > Best Regards, > > Ivan Mikhailov > OpenLink Software > http://virtuoso.openlinksw.com > > On Tue, 2010-04-13 at 23:02 +0100, Nathan wrote: >> Hi, >> >> Simply looking for the easiest / quickest way to migrate data from vos 5 >> to 6.1; it's critical that i don't loose the data in webdav + the quadstore. >> >> any pointers? >> > > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Virtuoso-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/virtuoso-users -- Mitko Iliev Developer Virtuoso Team OpenLink Software http://www.openlinksw.com/virtuoso Cross Platform Web Services Middleware
