Hey Guys,
To give a bit of background, i’ve got my wordpress site running across multiple servers that will automatically scale up and down based on the amount of traffic, currently it downloads all of the wordpress files from source control and connects to an external database.
However im in the process of changing this to have my ‘wp-content’ folder on a network drive and then when a new server gets created it will download a fresh install of WordPress from the WP site, edit the wp-config.php folder to input the database details, and then connect the wp-content folder to the shared drive.
My question is, is the ‘wp-content’ folder the only one that changes from the default WordPress download or are there other files and folders outside of the ‘wp-content’ folder that i should also move to the shared storage to keep the customisations that have been made? – Thanks in advance guys!
[ad_2]
– Database
– wp-config.php
– wp-content/
Those are the 3 important items you need to consider. So to answer your question, yes.