belgotux / automysqlbackup

sourceforge automasqlbackup fork compliant with new mysql requirements
GNU General Public License v2.0
4 stars 0 forks source link

md5sum failed :( #1

Open kimonostereo opened 1 year ago

kimonostereo commented 1 year ago

Hello! I stumbled upon this updated version of automysqlbackup today. I tried to install this but got the following after running install.sh automysqlbackup ... exists and is readable ... md5sum failed :(

Any ideas?

solaceten commented 8 months ago

Try to install manually instead

To install it manually (the hard way).

  1. Create the /etc/automysqlbackup directory.
  2. Copy in the automysqlbackup.conf file.
  3. Copy the automysqlbackup and automysqlbackup_export_grant files to /usr/local/bin and make executable.
  4. cp /etc/automysqlbackup/automysqlbackup.conf /etc/automysqlbackup/myserver.conf
  5. Edit the /etc/automysqlbackup/myserver.conf file to customise your settings.
  6. See usage section.
kimonostereo commented 8 months ago

Thanks! I'll give it a shot!