Hi, How can I restore my website from a zpanel-backup into LEMP stack?
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.
Transfer the mysql dump to your droplet and import it:
Then create a MySQL user for your site: How To Create a New User and Grant Permissions in MySQL | DigitalOcean.
Finally, copy the files to
/var/www
or/var/www/html
(depending on your setup) and you should be good to go.