f0aa54e0fb
This commit adds a new Rake task for migrating all of your existing Wiki content from your database into new Gollum repositories. The bulk of the logic happens within the `WikiToGollumMigrator` class which is decently test covered and located in the lib directory. The new Rake task can be executed by running: `bundle exec rake gitlab:wiki:migrate` It will output a nice log of every project that it migrates along with success or failure messages. I have used it on my own installation to migrate my Wikis successfully. |
||
---|---|---|
.. | ||
backup.rake | ||
bulk_add_permission.rake | ||
check.rake | ||
cleanup.rake | ||
enable_automerge.rake | ||
enable_namespaces.rake | ||
generate_docs.rake | ||
import.rake | ||
info.rake | ||
migrate_wiki.rake | ||
setup.rake | ||
shell.rake | ||
task_helpers.rake | ||
test.rake |