by Alain Raap.
Hi Ken,
We're running MariaDB 10.5 on RHEL8, we're having more problems with backups at the moment, also the automated backup who gives database errors.
I'm investigating what's going wrong at that point, and made some changes in the Moodle config file for debugging. Nadav Kavalerchik gave me this tip, add these two parameters to the CFG->dboptions array:
'logslow' => 5,
'logerrors' => 1,
and in table log_queries the errors and stacktraces are being logged. Tomorrow I hope to see the results of this configuration change.
We're running MariaDB 10.5 on RHEL8, we're having more problems with backups at the moment, also the automated backup who gives database errors.
I'm investigating what's going wrong at that point, and made some changes in the Moodle config file for debugging. Nadav Kavalerchik gave me this tip, add these two parameters to the CFG->dboptions array:
'logslow' => 5,
'logerrors' => 1,
and in table log_queries the errors and stacktraces are being logged. Tomorrow I hope to see the results of this configuration change.