• Having lost access to my websites as the original GoDaddy hosting account has been suspended due to bereavement, I am attempting to use a backup made with the WP DB Bachup plugin to restore into a new install on my own GODaddy hosting account. After watching a video on you tube I used PHP My admin to upload the backup but am unable to see any of the original website, just the single new installation post, can anyone assist please, bearing in mind my lack of technical knowledge on this subject.

Viewing 11 replies - 1 through 11 (of 11 total)
  • You’ll have to make sure the file wp-config.php has the correct database name as well as database username and password.

    Thread Starter philcurl

    (@philcurl)

    Yeah, already done that but no effect

    Install a clean version of WordPress. Then upload your database backup to your new webhost. Make sure the credentials match.

    https://codex.www.ads-software.com/Moving_WordPress

    Um, what did you upload to PHPmyadmin ?

    All that will do is restore your database,

    You’ll still need the actual files (wp-config.php / wp-content folder) to be installed into a WordPress installation to get all your old stuff back.

    That WP DB Backup Plugin only backs up your Database, not your theme files / plugins / uploaded content.

    Thread Starter philcurl

    (@philcurl)

    Ah, that explains it then, the only file I have is the backup…pretty pointless plugin if you need other files for it to be any use if you lose your site completely. I had been religiously using it to back up every week thinking I would be covered if my site went down !!

    Thanks for the info

    It is a pretty good plugin for creating backups of your database, you only need to go the extra step to backing up the wp-content folder using a FTP client such as FileZilla.

    Thread Starter philcurl

    (@philcurl)

    Ok, but seems it would be easier to back up the whole site from CPanel if that’s the case.

    Using cPanel is fine if that’s easier for you. Just note that you need to make a backup of your wp-content folder and the wp-config.php file.

    Thread Starter philcurl

    (@philcurl)

    Is that in addition to the CPanel site backup then?

    I am just saying that cPanel may make a backup of your whole site when in actuality, you just need the wp-content folder and wp-config file backed up.

    Has your problem been resolved?

    It sounds like your original tables are present and not being overwritten by phpMyAdmin when you restored your database backup, which is why you’re still seeing the (I assume) Hello World post.

    You’ll have to select all your tables starting with wp_ and “drop” them in phpMyAdmin. After that, try importing your backup again.

    Just in case: If there’s any other applications using the database, be sure to back the database up again, in case you delete the wrong ones!

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Installing wordpress from a WP DB Backup’ is closed to new replies.