-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 15.03.2014 14:24, ONeal Freeman wrote: > Because of time constraints and the need to get the new instance online, > I used SQLite Administrator by Orbmu2k to export the table data from > those 0.10.4 tables with time/timechange fields into a csv and then > using the same application to import into the new 1.0.1 tables. > > I had to do it twice since the first time I exported data with a comma > as the delimiter which caused data import issues. Second export I used a > pipe as the delimiter.
Bad idea to do so much by hand. I bet this causes the issues you experience now. Standard way is to shutdown you old Trac appliance, or do a db hot-copy with trac-admin, copy/move that db to new location and do an trac-admin <env> upgrade to the whole environment. See extensive upgrading guidelines in the authoritative Trac wiki documentation for more details [1]. Steffen Hoffmann [1] http://trac.edgewall.org/wiki/TracUpgrade -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with Icedove - http://www.enigmail.net/ iEYEARECAAYFAlMkdZYACgkQ31DJeiZFuHf1FgCfQB4PIrMGV3xa6K80VHiUVQ6m LoAAn06Pw094h3K9M42e4Ghs4OHOb64K =8CGR -----END PGP SIGNATURE----- -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
