I’ve upgraded my devices recently from 7.17.2 to 7.19.2, and since then symbolic links are not shown anymore, neither in Winbox nor CLI. The files are located on a disk attached to the USB port, and are belonging to the certbot container (mounted accordingly).
Up till version 7.17.2 symlinks were visible and one could get details about them (e.g. in scripts). I’ve observed that the symlinks are actually still present, because it’s not possible to create/copy to a new file with the same name in the same directory, and within the docker container they are still present and accessible. The issue is only outside of the container as described above.
I’m using a script which checks whether a certificate got renewed, in order to trigger distribution to various services. Since they are not visible the script is not seeing that certificate file anymore because certbot stores it as a symlink with a static name.
Anyone else made the same observation concerning symbolic links not being visible anymore since a certain ROS version (probably since 7.18 or since 7.19)?