I doubt this is possible but... Transferring a thread...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • john1744
    Senior Member
    • Apr 2005
    • 198

    I doubt this is possible but... Transferring a thread...

    I want to move a thread from a backup database to my current database. Is this possible at all? Somehow I doubt it. They are stored on seperate servers.
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    You can try to do it manually, but it's kind of dirty. I did this once on my vB2 forum to restore deleted posts.

    You can restore the backup to a live database so you can view it using a program like phpmyadmin. Then find the thread's record in the thread table, and all of the thread's post's records in the post table and dump them to a sql file. Then run that dump file on your live database.

    There are other considerations like post attachments, unique recordids, etc. Backup everything first. You will probably need to update your various counters afterwards:

    Admin CP -> Maintenance -> Update Counters

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...