mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-16 14:47:05 +08:00
Examples: * Run only the "badges" and "users" steps in the converter: ``` migrations/bin/cli convert discourse --reset --only=badges,users ``` * Run all steps except "users" in the converter: ``` migrations/bin/cli convert discourse --reset --skip=users ``` * Run only the "badges" step in importer: This also runs all steps that "badges" depends on (e.g. "users" and "uploads"). ``` migrations/bin/cli import --reset --only=badges ``` * Run only the "badges" step in importer and skip the "users" on which "badges" depends: ``` migrations/bin/cli import --reset --only=badges --skip=users ``` |
||
|---|---|---|
| .. | ||
| set_store | ||
| class_filter.rb | ||
| date_helper.rb | ||
| enum.rb | ||
| extended_progress_bar.rb | ||
| fork_manager.rb | ||
| id.rb | ||
| set_store.rb | ||
| topological_sorter.rb | ||