Closed JFOC closed 2 years ago
You would need to create a database for each site that you want to deploy, then update that sites wp-config.php with the credentials and location of the database server.
A backup from within a WordPress instance backup would only grab that instance, and the database defined in wp-config.php.
Something to note however, since the core WordPress files are symlinks I am not sure how they would be backed up and restored. If the backup captures only the symlinks then a restore would need to happen on a wp-multitenant server with the same directory structure as the previous server.
Yes, but you would need to configure that at the http server. In Apache, you would create a new Vhost to serve up the new unique domain/ssl.
This question is too broad to answer here as not all plugins are created equal. I would suggest that you setup a test environment with a couple of domains, install the plugins that you would like to use, then verify that they work as per your requirements.
Apologies @JFOC I didn't realize I had a couple issues on the repo... And big thanks to @Bfrank-Epik for providing some solid answers!
Hi, I have several question: