Difference between revisions of "Perform ERP PostgreSQL database maintenance"
(→Stop Apache2 service) |
(→Stop Apache2 service) |
||
Line 24: | Line 24: | ||
=== Stop Apache2 service === | === Stop Apache2 service === | ||
+ | When Apache2 service stopped, all user will not able to access the URL. | ||
+ | |||
Command: | Command: | ||
<pre> | <pre> |
Revision as of 09:32, 20 December 2021
Languages: |
ContentsTemplateThis sub-template doesn't display properly when not included. Please see Template:Languages for the complete version. UsageThis template is designed to simplify Template:Languages, by allowing a simpler syntax for adding new languages. Each language is included by calling this template with the following parameters:
This template should not be used anywhere except in the Languages template. </noinclude> | Translate this article... |
Objective
Anda dapat melakukan maintenance database secara rutin untuk menjaga performa aplikasi ERP.
Recommended articles
Execution Steps
Anyway, the steps to follow are:
Make sure no user logged in
- Login with System Admin Role
- Go to window Session
- Kill user session if necessary for in active session.
Clear User Session from Tomcat Manager
- Open Tomcat Manager
- Go to Application List
Stop Apache2 service
When Apache2 service stopped, all user will not able to access the URL.
Command:
sudo service apache2 stop