I have backups stored locally and on Dropbox so the information could be taken from either place if it is possible. Basically, what I would like to do is sign up, restore my website and have it running straight away.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi again.
I’ve looked at that plug in and as far as I understand it backups WordPress. It’ll backups posts, pages, probably config that can you restore later when needed. It’s OK but it will not setup Web server and everything needed for WordPress.
To host WordPress or any other Web site, you need Web sever. You can choose between Apache and Nginx. Beside it, for WordPress you need PHP and database to store informations - MySQL. That plug in will not install and configure for you, so you have to do it yourself.
We will try to setup WordPress using this plugin. I never used it so you will have to find out how to restore once you have working WordPress.
You have two possibilities:
Hope that it works. If it doesn’t help you, you have another solution, to copy all files manually, and database also but I’ll write it if needed.
Mostly depends on how you create that backup.
What you can do is to setup Droplet with same OS as your NAS (if that is possible). Install all needed Web server packages (e.g. Apache, MySQL…) and copy all config files you change. Make sure you needed create MySQL users.
Then copy WordPress installation and verify privileges. When you go to IP/domain you should see it.
If you specify backup method used we can help you with it. But if you just backup WordPress files, you must install LAMP/LEMP stack and configure it