Last change
on this file since 85c2873 was
1163be4,
checked in by Edwin Eefting <edwin@datux.nl>, 7 years ago
|
Migrated from Zarafa 7.2.4 to Kopano 8.6.6, including webapp
|
-
Property mode set to
100644
|
File size:
655 bytes
|
Line | |
---|
1 | # ATTENTION: Put all configuration and upgrade stuff in kopano_conf please! |
---|
2 | |
---|
3 | #execute that one first, if needed: |
---|
4 | postinst.sh post.kopano_conf |
---|
5 | |
---|
6 | #restart apache to activate php mapi extention |
---|
7 | svcrestart /service/apache2 |
---|
8 | |
---|
9 | #restart all kopano modules, in the right order |
---|
10 | svcstop /service/kopano-gateway |
---|
11 | svcstop /service/kopano-ical |
---|
12 | svcstop /service/kopano-monitor |
---|
13 | svcstop /service/kopano-spooler |
---|
14 | svcstop /service/kopano-search |
---|
15 | svcstop /service/kopano-server |
---|
16 | svcreset /service/kopano-server |
---|
17 | svcreset /service/kopano-gateway |
---|
18 | svcreset /service/kopano-ical |
---|
19 | svcreset /service/kopano-monitor |
---|
20 | svcreset /service/kopano-spooler |
---|
21 | svcreset /service/kopano-search |
---|
22 | |
---|
23 | exit 0 |
---|
Note: See
TracBrowser
for help on using the repository browser.