Difference between revisions of "How to clean database"

From Kolmisoft Wiki
Jump to navigationJump to search
 
Line 18: Line 18:
Once it is completed, restart services:
Once it is completed, restart services:


  service restart httpd
  service httpd restart
  service restart asterisk
  service asterisk restart

Latest revision as of 12:14, 29 July 2015

Please note that all data will be lost.

Manual applies on MOR X6:

Login to server as root over SSH;

Put commands:

mysql -u root -pkolmisoft mor </usr/src/mor/x6/db/mor.sql

will take about 30 seconds, then

screen
/usr/src/mor/x6/update.sh

and keep looking for red line which announces new GUI password.

Once it is completed, restart services:

service httpd restart
service asterisk restart