Hi community,
need a bit of a help to restore my Odoo post image update. I think it probably is gone now but wondering if I can restore it.
I did a mistake of doing the following when upgrading my Odoo instance:
docker pull image
docker stop instance
docker rm instance
docker-compose up -d
Now, I just realized that I shouldn't did this method according to the Dockerhub page.
I guess the question is how do I run a new Odoo instance with the previous mounted volume? I think I found my old Odoo volume and perhaps can run it run away.
We are configured with reverse-proxy too.
I've tried the following command:
docker run --mount source=85e806e42968fb5ee30556ecd559420fd2f745af85aab921d64664414304317a ,target=/_data --expose 8069 --expose 80 --expose 443 --name odoo_web_1 --network nginx-proxy --link odoo_db_1:db -t odoo
I run into error 503 page when i try to access the site.. :(