Hello Folks
After uploading an image on ODOO site and display it on the webpage
We have an image location like this
https://www.domain_name/web/image/565
the only difference with another uploaded image is the ID number
Where does ODOO store that image ?
in the server file system ? where ?
in the PostgreSQL database ?
I've used find to search elsewhere on the entire server whithout success
may be it's an hidden directory ?
the problem is thant when I restore my database from one server to another
The images of website are not available
I think I need to restore in the same way the image folder, but from where ?
where am I wrong ?
thank you for your help