Issues were for example
- Updated images didn't work, old images still showed for clients.
- Change imageproperties didn't work either
- Changing website logo didn't work
Expected behaviour is when flushblob has run on farm, the folder under siteID in blob-directory will get a new created date and new name.
For me, they just left the old folder without change on certain farm-members.
After searching for a official solution I landed on my own fix which was as follows
- Redirect trafik from webfrontend or do this during servicewindow
- Update url and run setBlobDisabled.ps1 (or disable blob manually in web.config)
- This will cause a reset to Application Pool and blobfolder will stop updating change.bin file in blob temp-directory
- Rename or delete folder with SiteID, for example E:\Blob\14\354006434 to 354006434_old
- Update url and run setBlobEnabled.ps1
- Problem solved.