Upgrade vBulletin 3.8.x Database to vBulletin 5 Connect
Migrate an existing vBulletin 3.8.x database to vBulletin 5 Connect by restoring the database into a new location and running the upgrade wizard.
Prerequisites
- A full backup of your vBulletin 3.8.x database
- vBulletin 5 files downloaded and ready to upload
- SSH access or file manager access to your server
Steps
- Create a database backup of your existing vBulletin 3.8.x installation.
- Create a new database on the server (e.g.
vb5_db). - Restore the 3.8.x backup into the new database.
- Upload the vBulletin 5 files into a folder (e.g.
/vb5/). - Edit
/config.php.bkp: setbaseurlto your domain + the vb5 directory. Save asconfig.phpin the forum root. - Edit
/core/includes/config.php.new: enter your new database credentials. Save asconfig.phpin/core/includes/. - Run the upgrade wizard in your browser:
https://yourdomain.com/vb5/core/install/upgrade.php- Follow the on-screen steps to complete the upgrade.
- Delete the
./core/install/directory after completion.
Verify
Log in to the vBulletin 5 admin panel and confirm posts, users, and threads migrated correctly.