This question has been flagged

 in 24*7 production environment how to update the modules.
my requirement is, without restarting the client server i need to update the modules. Because every time they will be doing some imports or bulk transfers.

Avatar
Discard

Hey Shaik,

if your changes are related with only xml then you can upgrade module using

either XMLRPC CALL or JSON RPC or Python Script.

Most imp.point is to call method named : "button_immediate_upgrade" which is responsible to upgrade your module.

BUT its adviced you to restart the server whenever the changes related with (.Py file) are there.

Thanks.

Author

I do agree if there are any changes in .py file we need to restart the server.

But my requirement is, client side production team will work 24*7.

If i restart the server, they are loosing the imports or bulk confirmations.

So, now at least i should know whether any imports or bulk confirmations happening in server. Based on that after completes the imports or bulk confirmations process i can restart the server