XF 2.0 How to import previous user database

We had to do a fresh install of Xenforo after a myriad of issues. We backed up the user database and reinstalled the same version of Xenforo. We figured we could just replace the new database with the old one, but doing that just kills the site with an unresponsive message. How can I go about installing the old database? It's imperative that we keep it.
 
You need the "XenForo Importers" add-on (available to download from the Customer area) and then once that is installed go to Tools > Import data.
 
You will need to create a new database and import the .sql backup into it. Then edit your config.php file to reflect the new database name.
 
Top Bottom