Media file replication with Flexible load balancing
I have followed the instructions laid out here and it's working great. The content are being pushed/updated from the Master instance to the Slave instances. The problem is when a content has an image property and the image was modified (removed and a new one is added) the actual media file is not pushed to the slave instances. That gives us a page with an updated content (text) but with a missing image.
Hi Von,
Create a virtual directory named "media" in IIS of your master and slave Applications , point these virtual directory to a shared location so that media files will be uploaded/Updated to a central location for both the instances
Note-i didn't found any media sync solution by umbraco load balancing , but the above solution works for me perfectly.
This works if the Web apps are on the same server. Our setup is that the Master and Slaves are all in different regions (and servers). So a shared location is not possible. Anything I missed?
Media file replication with Flexible load balancing
I have followed the instructions laid out here and it's working great. The content are being pushed/updated from the Master instance to the Slave instances. The problem is when a content has an image property and the image was modified (removed and a new one is added) the actual media file is not pushed to the slave instances. That gives us a page with an updated content (text) but with a missing image.
Is there something I missed with the setup?
Hi Von, Create a virtual directory named "media" in IIS of your master and slave Applications , point these virtual directory to a shared location so that media files will be uploaded/Updated to a central location for both the instances Note-i didn't found any media sync solution by umbraco load balancing , but the above solution works for me perfectly.
Hope this helps
Yogesh
This works if the Web apps are on the same server. Our setup is that the Master and Slaves are all in different regions (and servers). So a shared location is not possible. Anything I missed?
is working on a reply...