子ページ
  • Maintenance

比較バージョン

キー

  • この行は追加されました。
  • この行は削除されました。
  • 書式設定が変更されました。

Backup

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

  • Installed Directory

    /var/www/html/nc2

  • MySQL Account

    DB NameAccountPassword
    nc2dbnc2usernc2pass
  • Back-Up Directory

    /var/www/backup

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

コード ブロック
languagetext
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.

コード ブロック
languagetext
 /usr/bin/mysqldump -unc2user -pnc2pass nc2db > /var/www/backup/wekoBackup.sql

Restore

Version-Up