Difference between revisions of "Template:RestartAfterUpdate"

Line 3: Line 3:
 
{{#if:{{{release}}}|{{#ifeq:{{{release|}}}|6.22|
 
{{#if:{{{release}}}|{{#ifeq:{{{release|}}}|6.22|
 
  $ /etc/init.d/open-xchange restart
 
  $ /etc/init.d/open-xchange restart
|ddd}}|}}
+
|
{{#if:{{{release}}}|{{#ifeq:{{{release|}}}|6.20|
 
 
  $ /etc/init.d/open-xchange-groupware restart
 
  $ /etc/init.d/open-xchange-groupware restart
 
  $ /etc/init.d/open-xchange-admin restart
 
  $ /etc/init.d/open-xchange-admin restart
|}}|}}
+
}}|}}
  
  
 
'''NOTE: Please take care, that you do not restart Open-Xchange during the process where it updates it's database. A database update can happen after installing minor or major updates. As soon as the first user tries to log in to the system or if any provisioning action is done, this update starts.
 
'''NOTE: Please take care, that you do not restart Open-Xchange during the process where it updates it's database. A database update can happen after installing minor or major updates. As soon as the first user tries to log in to the system or if any provisioning action is done, this update starts.
 
'''
 
'''

Revision as of 10:32, 31 October 2012

After the new packages are installed, the groupware and admin process needs a restart:

$ /etc/init.d/open-xchange-groupware restart

$ /etc/init.d/open-xchange-admin restart


NOTE: Please take care, that you do not restart Open-Xchange during the process where it updates it's database. A database update can happen after installing minor or major updates. As soon as the first user tries to log in to the system or if any provisioning action is done, this update starts.