You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Inside odoo container:
docker-compose -f devel.yaml run --rm odoo bash
cd /var/lib/odoo/filestore
I try to execute the command:
python <(curl -s https://upgrade.odoo.com/upgrade) test -d devel -t 17.0
then: send a message that connection error
I have included this proxy on devel.yaml:
proxy_upgrade_odoo_com:
image: ghcr.io/tecnativa/docker-whitelist:latest
networks:
default:
aliases:
- upgrade.odoo.com
public:
environment:
TARGET: upgrade.odoo.com
PRE_RESOLVE: 1
But no success to upgrade enterprise database with doodba some one has achieved this and like to contribute how to?
Beta Was this translation helpful? Give feedback.
All reactions