Difference between revisions of "How to clean database"
From Kolmisoft Wiki
Jump to navigationJump to search
(Created page with '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 </usr/src/mor/x6/db/mor.sql will…') |
|||
(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
Put commands: | Put commands: | ||
mysql -u root -pkolmisoft </usr/src/mor/x6/db/mor.sql | mysql -u root -pkolmisoft mor </usr/src/mor/x6/db/mor.sql | ||
will take about 30 seconds, then | will take about 30 seconds, then | ||
Line 18: | Line 18: | ||
Once it is completed, restart services: | Once it is completed, restart services: | ||
service restart | service httpd restart | ||
service restart | 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