if i backup my wordpress to google drive, how i can restore it to my remote server again?
if i backup my wordpress to google drive, how i can restore it to my remote server again?
I haven't done this using this plugin, but... this is how I've done this in the past.
- If you need to restore the database, create a new database and import the data from the .sql file.
- Delete all the files on the server
- Decompress the zip file and copy those files back onto the server
- If you changed the database name/password etc. in the first step, you need to edit wp-config.php.
If you want to move your database to another site, that is something else all together.
Mike
You must log in to post.