Posts made by Alain Raap

Hi Visvanath,

Our reason to move the automated backup to the database server was the NFS share we use to connect to our database server.
Once we moved the automated backup to the database server it ran much faster and more stable. If you have Moodle on one server,
you could also try to run the automated backup outside the Moodle cron with a bash script that is started by the Linux cron. Our
automated backup runs at night until the early morning.
Average of ratings: Useful (1)
An important issue I want to share here, it's not enough to only install a Moodle instance on your backup server!!! We found out that our automated backups
were incomplete when restored in the Moodle web application. It is also necessary to upload all the custom plugins and your own theme to the backup server.
We've tested this in our production-like environment and after this change we could restore the complete courses again.
Average of ratings: Useful (2)
Shelly, there is an open Moodle Tracker about a quiz performance issue, don't know if this could point you in a good direction: https://tracker.moodle.org/browse/MDL-66199?jql=project%20%3D%20MDL%20AND%20component%20%3D%20Performance

How did you test the performance, how large is your database (in memory?) and do you use a caching server like Redis or Memcache?