Open hbjonsson opened 4 years ago
Line 835 and 836 reference the variables $log_file and $log_errfile as part of the stdout and stderror outputs to terminal. I found that by editing the automysqlbackup script itself and and explicitly declaring the previously mentioned variables fixed the problem for me:
log_file=pathtomy_log_file.log log_errfile=pathtomy_log_errfile.log
Trying to get automysql running with a Mysql 8 database.
On first run it appeared to be stalled:
Second run:
Stuck in loop above - have to kill the two automysqlbackup pids with -9
OS is Centos 8 and Mysql 8.
Any ideas on how to fix this?
Here is the config file: