I have a project using EasyAdminBundle for administration. In one Entity called "Post" I have the fields "title", "image" and "post" which I would like to track about changes. The property "image" only stores the filename of the image - the full upload process is managed by VichUploaderBundle.
How / Where can I mesh that the old image file does not get deleted on change because it will used for history?