Backups

Discussion in 'vBulletin' started by crazyryan, Jul 29, 2006.

  1. #1
    How would I go about installing a backup?

    (for vbulletin)
     
    crazyryan, Jul 29, 2006 IP
  2. Neptune

    Neptune Well-Known Member

    Messages:
    1,465
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    108
    #2
    There are several ways to do it. How did you create the backup in the first place? Did you do a sql dump or did you just use the option in the admincp?
     
    Neptune, Aug 4, 2006 IP
  3. vbwiz

    vbwiz Peon

    Messages:
    184
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hi Neptune, I seem to know how to restore or backup using the dump function but I never restored anything backed up from the ACP. Would you be able to crack an egg of wisdom on me regarding that?
     
    vbwiz, Aug 5, 2006 IP
  4. Neptune

    Neptune Well-Known Member

    Messages:
    1,465
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    108
    #4
    Restoring from a backup in the ACP is the same as restoring using the dump fucntion. You would upload the db to the source(or destination) server and

    mysql -u root -p databasename -h localhost < filename.sql
     
    Neptune, Aug 5, 2006 IP