-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data migration from Xenforo #46
Comments
Sounds like @wunluv is going to work on this, so I've assigned the issue to him. :-) |
I got curious about how this would go so I ran a test and it looks promising. Here's what I did:
The result is a whole set of stand-alone forums (i.e. not in groups) that mirrors the Xenforo setup. All of the users were imported but not their passwords. Attachments and avatar images weren't imported but that's not surprising since they aren't in the DB and I didn't move them into the import.bfn.local container. Otherwise, it seems to all be there! We will need to do some post-import clean-up and organizing but it looks quite doable. |
Sounds promising! What would we do about the users' passwords? Would we have them reenter theirs? |
Passwords don't transfer so we're at a choice point. I have a list of almost everyone's initial passwords so we could enter them and reuse them. However, most of those are just 4 characters and maybe it's time to step up to a higher level of security. Also, BFCom, via WP, has a good "forgot my password" system so I won't need to be tracking this and doing it manually. There are likely some interesting policy questions here as well as operational ones. I'm glad we still have some time to think it through. |
If it's a smooth process, having everyone create fresh passwords seems like a fine way to go. I just want to make sure it's not confusing or difficult. |
I agree. The actual transition needs to be as smooth and easy as possible. |
At some point it would be good to test, and if need be refine, the data migration from our Xenforo forums. bbPress has a builtin importer for Xenforo that can be accessed via the admin dashboard at Tools > Forums > Import Forums. That seems like a good place to start.
The text was updated successfully, but these errors were encountered: