mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 03:40:00 +08:00
dc8c6b8958
Notable changes: * Imports a lot more tables from core and plugins * site settings * uploads with necessary upload references * groups and group members * user profiles * user options * user fields & values * muted users * user notes (plugin) * user followers (plugin) * user avatars * tag groups and tags * tag users (notification settings for tags / user) * category permissions * polls with options and votes * post votes (plugin) * solutions (plugin) * gamification scores (plugin) * events (plugin) * badges and badge groupings * user badges * optimized images * topic users (notification settings for topics) * post custom fields * permalinks and permalink normalizations * It creates the `migration_mappings` table which is used to store the mapping for a handful of imported tables * Detects duplicate group names and renames them * Pre-cooking for attachments, images and mentions * Outputs instructions when gems are missing * Supports importing uploads from a DB generated by `uploads_importer.rb` * Checks that all required plugins exists and enables them if needed * A couple of optimizations and additions in `import.rake` |
||
---|---|---|
.. | ||
base.rb | ||
discourse_merger.rb | ||
generic_bulk.rb | ||
phpbb_postgresql.rb | ||
uploads_importer.rb | ||
uploads_importer.yml | ||
vanilla.rb | ||
vbulletin.rb | ||
vbulletin5.rb |