13

Does somebody know a nice way to migrate a Confluence wiki to the Github wiki (aka Gollum) ?

By nice way I mean quick and effective.

tbruyelle
  • 12,895
  • 9
  • 60
  • 74

2 Answers2

8

You can export whole spaces to html format, and than use pandoc to rewrite pages to ReST|Markdown

meridius
  • 1,495
  • 1
  • 18
  • 26
Augustin Ghauratto
  • 1,420
  • 1
  • 19
  • 21
  • Export to html and this page worked for me: https://domchristie.github.io/to-markdown/ – carrino Jun 27 '15 at 20:23
  • There is no option to `export to html`. Only options are these: http://imgur.com/YOFFgjA – Frak Feb 23 '17 at 16:00
  • 2
    Export to html, requires "export space" privilege. It's available from space administration, as in doc: https://confluence.atlassian.com/conf56/exporting-confluence-pages-and-spaces-to-html-658736966.html – Augustin Ghauratto Feb 27 '17 at 17:29
0

I had a similar problem, so I threw together some Python code to do this:

https://github.com/gergelykalman/confluence-markdown-exporter

It is pretty basic but it worked well for me.