In theory you could restore the backup to a different database name, change your config.php to point to the restored database, turn on debug mode, then go to the Product Manager and export that product to an xml file. Then switch back to the current database and import it. (You'd want to close your forum while doing this, I think).
It could also be done using a test site, or maybe just by finding the right rows in the right tables in the old database and transfering them to the current db, but of course those would be a little harder to do.
|