On Thursday, June 28, 2018 at 1:19:41 PM UTC-7, David Hood wrote: > > I am trying to move Trac data from an old server at my workplace to a new > server but I am stuck on the last step of migrating our wiki data. We use > Trac 1.0.1 and are trying to update to Trac 1.2. The part I am stuck on is > dumping the wiki. I have been trying to use > > trac-admin wiki dump > > This works for my tests but when I try to use it on the actual wiki I get > an error saying that the filename is too long. This happens because the > hierarchical files try to make a filename like this > > child1%2child2%2child3%2child4%2child5%2..... > > instead of > > child1/child2/child3/child4/child5/..... > > Since linux is seeing this path as one name it throws an error saying that > the file name is too long. Has anyone ran into this problem before and have > a solution for it???? > > I have also tried making a hotcopy of trac and transfering it but this > doesnt work either. If anyone knows where the wikis are stored and how to > copy that from our old server to our new server that would be the most > optimal solution I am looking for >
You don't need to dump the wiki to move to a new server. If you are using SQLite as the database you can just move the environment directory. If you are using MySQL or PostgreSQL you can use hotcopy to export the environment along with a database dump. What error did you encounter when running hotcopy? - Ryan -- 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 https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
