MyBB Community Forums

Full Version: Can't merge from Xenforo 1
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I'm asking for support because I've been having a lot of trouble trying to merge from Xenforo 1.

I'm in a fresh digital ocean droplet. I installed MyBB's most recent version, and immediately after setup, started the merge, with the latest merge version from the github repository. Everything seemed going well, I followed all the steps and apparently all my data was merged correctly, but once in the forum, I couldn't get my threads to show. I checked the database and there is a few issues there:

-The table mybb_threads has all my threads, but with missing information. All fids are set to 0, so they are not linked to their forums.
-The table mybb_posts is completely empty.

The report doesn't show any errors, it's even saying all the post were transferred successfully.

I've repeated the same process a couple of times with no luck.
What's the version for MySQL? I guess it's 8.x.

We have a working fix with MySQL 8 for the Merge System, but haven't merged the commits yet. Sorry about that.

The PR that fixes the underlying problems is https://github.com/mybb/merge-system/pull/285
You may view the code and grab the fixed merge system from https://github.com/yuliu/mybb-merge-syst...lumnlength (.zip)

Try running the merge again to see if anything goes wrong and report back here. Thanks!
Thank you for your answer. Yes, it's mysql 8.0.27. I'll try your solution and report back Smile

This was the solution, indeed. The merge went smoothly this time.

Thanks for your help!
(2022-01-14, 07:22 PM)pali Wrote: [ -> ]Thank you for your answer. Yes, it's mysql 8.0.27. I'll try your solution and report back Smile

This was the solution, indeed. The merge went smoothly this time.

Thanks for your help!

Thanks for your feedback!