I’ve looked and searched here for any best practice for handling and serving media/uploads/images; staying organised and in sync.
I’m using a digital ocean setup and have the uploads content served directly from there.
Ultimately I know media/content should be uploaded to the live site, with copies pulled into development when its necessary to do so. But initial setups/builds always take place locally until theres something worth pushing live/staging.
I use wp-db-sync to keep the database up-to-date in either direction and this works wonderfully.
For uploading/downloading images scp
is used.
Is this whats most common or do people make use of CDNs s3 or some other cloud solution?
Any pointers or suggestions welcome, apologies if my question is not direct enough.