Sunday, September 13, 2020

How to AutoBackup MySQL on Ubuntu/Debian

Here is an utility program called "automysqlbackup" that is available in the Ubuntu repositories.

sudo apt-get install automysqlbackup

Run the command by typing:

sudo automysqlbackup
/etc/lib/automysqlbackup ls
daily  monthly weekly
/etc/lib/automysqlbackup/daily ls
koha_library test

No comments:

Upgrade Koha from 23 to 25

sudo mysql -uroot -p koha_library < koha_library.sql      sudo systemctl restart apache2.service sudo systemctl restart koha-common sudo ...