When I manually delete an image from the /images folder (rm -r /images/imageXY), the FOG web app still thinks that it is there (I delete the image files this way due to data privacy requirements).
I.e. the web API reports the old srvsize.
Related: #384
I have tried sudo systemctl restart FOGImageSize, but it does not pick up the new information.
What can I do to make the web DB update this column?
When I manually delete an image from the /images folder (rm -r /images/imageXY), the FOG web app still thinks that it is there (I delete the image files this way due to data privacy requirements).
I.e. the web API reports the old
srvsize.Related: #384
I have tried
sudo systemctl restart FOGImageSize, but it does not pick up the new information.What can I do to make the web DB update this column?