 How to move wiki pages?
How to move wiki pages?
Added by André Bachmann over 14 years ago
I have several wiki pages in a subproject B of my parent project A. Now I want to move them from B's wiki to A's wiki. How can I do this without copy-and-pasting all pages?
Replies (5)
     RE: How to move wiki pages?
    -
    Added by Yuriy Vidineev over 14 years ago
    RE: How to move wiki pages?
    -
    Added by Yuriy Vidineev over 14 years ago
  
  As i know, you can only do it in database (in table wiki_pages)
     RE: How to move wiki pages?
    -
    Added by André Bachmann over 14 years ago
    RE: How to move wiki pages?
    -
    Added by André Bachmann over 14 years ago
  
  Ah, I see. I have to modify the entry 'parent_id' in wiki_pages. Thanks!
Well, this could be a new feature for Redmine in the future. I think this would be quite handy if this task can be done from within the Redmine GUI.
     RE: How to move wiki pages?
    -
    Added by Yuriy Vidineev over 14 years ago
    RE: How to move wiki pages?
    -
    Added by Yuriy Vidineev over 14 years ago
  
  
  
  
     RE: How to move wiki pages?
    -
    Added by André Bachmann over 14 years ago
    RE: How to move wiki pages?
    -
    Added by André Bachmann over 14 years ago
  
  Thanks, I will follow this ticket.
     RE: How to move wiki pages?
    -
    Added by André Bachmann over 14 years ago
    RE: How to move wiki pages?
    -
    Added by André Bachmann over 14 years ago
  
  I didn't get exactly the right place to do my changes. What exactly do I have to modify? Is the right place in table 'wiki_contents' or in 'wiki_content_versions' or anywhere else?