This question has been flagged
2 Replies
9185 Views

When upgrading to a new nightly release I replacee files and use:

openerp-server -d DB_NAME -u all

But I have several databases and have to do this manually for each database.

How can I do this for all databases at once?

Avatar
Discard
Best Answer

You may write a script that for each database starts server in background with different port number and log file. If the server has GUI, the script can also open a browser for the local address/port for each server.

Avatar
Discard
Best Answer

A sample script is shared at https://accounts.openerp.com/forum/Help-1/question/3435#3540

Avatar
Discard