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…') |
|||
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 |
Revision as of 12:02, 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 restart httpd service restart asterisk