Backup

This instruction assume that WEKO is running on the following environment. This is just an example.

Both application directory and database have to be made backup.
In case of the application directory, sample of backup commands are like this.

cd /var/www/html/nc2
/bin/tar zcvf /var/www/backup/wekoBackup.tgz *

 

In case of the database, sample of backup commands are like this.

 /usr/bin/mysqldump -unc2user -pnc2pass nc2db > /var/www/backup/wekoBackup.sql

Restore

Version-Up