Depends on what you mean by easy. The database is completely normalized and most everything has a user_id foreign key, so if you know SQL and your database, it should be pretty straightforward. One approach would be to make a copy of your database and drop other users and their related projects, contexts, etc.
Cheers, Luke On Dec 20, 2006, at 6:59 AM, Sven Lankes wrote: > Is there an easy way to split out the content for one specific user > from > a tracks database? > > I would love to be able to move a single tracks user to completly > seperate instance. > > -- > sven > _______________________________________________ > Tracks-discuss mailing list > [email protected] > http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss _______________________________________________ Tracks-discuss mailing list [email protected] http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss
