Error after EPM 12.0.0.35 update

Just updated to 12.0.0.35 and after I applied I got the following error is their any relation?

retrieve_conf failed to sym link:
/var/lib/asterisk/bin/storage.php from sysadmin/bin (Already exists, not a link)
This
can result in FATAL failures to your PBX. If the target file exists and
not identical, the symlink will not occur and you should rename the
target file to allow the automatic sym link to occur and remove this
error, unless this is an intentional customization.

Can anyone provide further info on this I am a little confused on how to fix this and what may have caused this.

I guess I will create a bug report

No bug report needed. It tells you in the error you have a file already created that sysadmin is trying to symlink to. Go remove the file.

Can you help me understand why it happened? Is this something to be expected?

Is this correct?

mv /var/lib/asterisk/bin/storage.php /root/storage.php
amportal restart

It can happen from time to time. We can’t really give an explanation for ever race condition. If it happens follow the instructions.

Sure or rm it.