Clears the Lets Encrypt add-on settings.
Added new input field to input custom domain/url to use. he intention was to leave it blank so that the Lets Encrypt add-on configure settings will be also blank and the default test certificate will be used
This works. Have to adjust syncfromlivetostaging.sh.
Domain replacement works first time, but subsequent runs will result to Replacement value is identical to search value.
Because on subsequent runs, the imported database will have the same url as that of the source.
This version needs to have a bash script for the addon to run. When the synching from live to staging, the environment placeholders are not properly replaced with actual URLs, wp search-replace fails.
This manifest creates a clone of the selected environment and install an addon in the new environment.
The addon can execute shell commands in the source environment and in the cp node of the new environment.
Need to figure out the correct syntax for the commands to sync the database
Clone selected live environment, create a database backup and mount the /var/www/webroot/ROOT of the live environment in the /var/www/webroot/sourcefiles folder of the clone.