# vBulletin에서 Discourse로 전환 시 문제

**URL:** https://meta.discourse.org/t/problem-in-vbulletin-to-discourse/241197
**Category:** Migration
**Tags:** vbulletin
**Created:** [10월 6, 2022, 10:58오후 UTC](https://meta.discourse.org/t/problem-in-vbulletin-to-discourse/241197 "2022-10-06T22:58:23Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Joker\_Star](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/joker_star/32/276583_2.png) [@Joker\_Star](https://meta.discourse.org/u/Joker_Star)
#### Post date: [10월 6, 2022, 10:58오후 UTC](https://meta.discourse.org/t/problem-in-vbulletin-to-discourse/241197/1 "2022-10-06T22:58:24Z")

</div>

안녕하세요,  
저는 Ubuntu 22.04 LTS를 사용 중이며 vBulletin을 Discourse로 전환하려고 합니다.  
DB\_HOST = “172.17.0.5”  
DB\_USER = “root”  
DB\_PASSWORD = “\*\*\*\*\*\*\*”

RAILS\_ENV=production bundle exec ruby script/import\_scripts/vbulletin.rb 명령어를 입력했을 때  
다음과 같은 오류가 발생합니다.

```plaintext
**1: from /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rack-mini-profiler-3.0.0/lib/mini_profiler/profiling_methods.rb:83:in `profile_method'**
 
**/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rack-mini-profiler-3.0.0/lib/mini_profiler/profiling_methods.rb:83:in
 `alias_method’: undefined method `call' for class `Redis::Client’ (NameError)**
**Did you mean? caller**

```

이를 어떻게 수정할 수 있을까요?
