This question has been flagged
1 Reply
1410 Views

Hello,

How can we execute the update all command like odoo-bin -u all --stop-after-init in docker

Avatar
Discard
Author Best Answer

Hello,

Thank you, i found the answer

command: -d db_name -u all --stop-after-init

Avatar
Discard

That looks like you do it in docker-compose file, and you don't want to change this file for such one time events.