Is there an existing issue for this?
Description of problem
On Azure installations various issues have been reported because Azure doesn't react well when you massively update (overwrite) files. E.g. issue #5377. This is in part because when we install the platform or extensions we copy files regardless of whether they have changed.
Description of solution
I suggest we first check the file to be copied with the existing file to see if it has changed. IMO a simple MD5 hash compare would suffice.
Description of alternatives considered
No response
Anything else?
No response
Do you plan to contribute code for this enhancement?
Would you be interested in sponsoring this enhancement?
Code of Conduct
Is there an existing issue for this?
Description of problem
On Azure installations various issues have been reported because Azure doesn't react well when you massively update (overwrite) files. E.g. issue #5377. This is in part because when we install the platform or extensions we copy files regardless of whether they have changed.
Description of solution
I suggest we first check the file to be copied with the existing file to see if it has changed. IMO a simple MD5 hash compare would suffice.
Description of alternatives considered
No response
Anything else?
No response
Do you plan to contribute code for this enhancement?
Would you be interested in sponsoring this enhancement?
Code of Conduct