Hello there,
Info : Im running Odoo v12 in Docker together with Postgres container for the DB.
Problem : Doing some changes i messed the website and couldn't load anymore i lost access to Odoo in total..
For the DB docker im exposing to the system by mounting the following Path
"/var/lib/postgresql/data"
For the Odoo docker im exposing to the system by mounting the following Path
/var/lib/odoo
/mnt/extra-addons
/etc/odoo
My system is taking snapshots of all those folders every hour so i was able to recover them 1 hour before the problem but now im taking the following error
"The style compilation failed, see the error below. Your recent actions may be the cause, please try reverting the changes you made.
Could not get content for /website_support/static/src/css/support.css defined in bundle 'web.assets_frontend'."
First i thought that my specific Snapshot was the problem and tried 2 hours before having the same problem then i tried 3 hours and yet the problem was there..
So im asking is there anything else that i had to mount and take snapshot from to have full backup restore of the whole Odoo instance.
Kind regards