留言板 留言板

Best practices for proper functioning of koha

Best practices for proper functioning of koha

话题 [ 上一个 | 下一个 ]
Take Backup:
         a) Goto command prompt and type followings command:
               [root@localhost~]# mysqldump -u root -p koha>/root/Desktop/backup.sql

         b) Backup on external device:
                Take backup on regular basis by copying backup.sql from desktop created by above command into external device(hard-disk,pendrive,CD/DVD etc).

        c) Restore:
               Goto command prompt and type followings command:
               [root@localhost~]# mysql -u root -p koha</root/Desktop/backup.sql

    2.  To check availability of root partition space:
          a) Keep checking the root partition's space on regular basis to ensure the space is available and is not fully consumed for proper functioning of koha .
          b) Goto command prompt and type followings command:  
                  [root@localhost~]# df -h