Revision 8941
Added by Jing Tao about 10 years ago
src/scripts/bash/restore-dumped-data-to-pg9.3.sh | ||
---|---|---|
42 | 42 |
exit 1; |
43 | 43 |
fi |
44 | 44 |
|
45 |
echo "stop apache" |
|
46 |
/etc/init.d/apache2 stop |
|
47 |
|
|
48 |
echo "stop tomcat" |
|
49 |
/etc/init.d/tomcat6 stop |
|
50 |
|
|
45 | 51 |
echo "stop postgresql" |
46 | 52 |
/etc/init.d/postgresql stop |
47 | 53 |
|
Also available in: Unified diff
Add the code to stop tomcat and apache.