Hi,
I would like to check if it's a good idea to run
odoo-bin --update=all --database=mydb -c /path/to/odoo.conf -p 8099
in parallell on a different port while the main odoo-process is running? This would keep the downtime in minimum. I found this post with the header "Update modules and addons via terminal Odoo Docker V13" (can't post a link yet) mentioning running the update on a different port. Will the "main odoo process" need a restart after the parallell process is finished?