Skip to Content
Menu
This question has been flagged
1 Reply
1701 Views

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:

  1. docker pull image

  2. docker stop instance

  3. docker rm instance

  4. 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.. :(

Avatar
Discard
Author Best Answer

up..

Avatar
Discard