Log in

View Full Version : Installing parts of an old backup


M?llemanden
02-09-2010, 06:54 PM
Before you kill me, please know that i've tried searching for a sollution to my problem! :)

Anyway, I decided to get a new host and I did all the backups possible in cpanel.

I'm installing vbulletin from scratch and I would like to know if there is a way to import users and posts only using my latest backup? Not all the hacks, mods, skins and so on.

I tried reading the manual, but nothing really helped me. Maybe i'm a noob, but could you please be kind and help me out here? Maybe point me in the right direction?

Thank you in advance,

Martin

Medtech
02-09-2010, 07:22 PM
why not upload the sql file to phpmyadmin then select the tables you want to keep and make sure "drop table" is checkmarked and download those? do a clean install and overwrite the new sql tables with the ones you selected.

M?llemanden
02-10-2010, 05:19 AM
Thank you. I will try that.