Word of caution about MySQLTuner suggestions ... they are just that ... do not have to implement them all. Some, if tweaked too high, might give deminishing returns.
The biggies:
InnoDB buffer pool / data size - buffer pool should be slightly higher than data.
InnoDB buffer pool instances - # of - 1 per GiG of above.
Did you see any: Total fragmented tables?
Pay attention to:
Maximum reached memory usage
Maximum possible memory usage
Overall possible memory usage with other process is compatible with memory available
Highest usage of available connections
Aborted connections
Name resolution is active: a reverse name resolution is made for each new connection which can reduce performance
In config.php of the moodle, DB host is? If localhost, don't need name resolution because localhost will always be 127.0.0.1 or IPv6 equiv.
Yes, good idea to let DB admin handle!
'SoS', Ken
Re: Long loading time after saving and activity with course completion enabled in course
Re: Course Icons not showing after Upgrade
Thanks for the reply, Ill update the plugin and see if that works.
Will update soon.
Atbilde: Re: Atbilde: SOLVED: error: 'Attempt to assign property "sortorder" on null'
Hi Stefan,
Thanks for responding.
Yes. We've encountered the same error in one of our courses.
I will try backing up and restoring the course with the trial-and-error approach, omitting resources/activities and hope for the best.
Regards,
Re: Atbilde: Re: Atbilde: SOLVED: error: 'Attempt to assign property "sortorder" on null'
crossing fingers that it works!
Keep us posted how you succeed, so perhaps we all can learn from it.
You never know when such an incident might occur again... 🤨
Installing Moodle on Oracle 19c Database
Hi All,
I am performing installation of Moodle 4.3.3 on Oracle 19c. It's Linux environment (RHEL 7.9). I'm getting error while installing oci8.so extension php. It has dependency on php-devel package. ph-devel package has dependency on "libcom_err".
Unfortunately, libcom_err package is already available with higher verion which can not be downgrade. Please help me on this. if there are another methods, please suggest.
Re: Installing Moodle on Oracle 19c Database
Re: Installing Moodle on Oracle 19c Database
Dear Howard Miller,
I am being forced to use Oracle. I also want to test it on Oracle. In this case, what can i do?
Re: Installing Moodle on Oracle 19c Database
Re: Installing Moodle on Oracle 19c Database
Thanks for your responses...
Moodle support is ending soon not ended. We are already using other applications on Oracle database. This is why we want to install Moodle on it. Let's talk in present. Although, Moodle earlier version 4.3.3 is supported on Oracle and we want to install it on Oracle.
Re: Installing Moodle on Oracle 19c Database
Atbilde: Re: Atbilde: Re: Atbilde: SOLVED: error: 'Attempt to assign property "sortorder" on null'
Our System Admin was able to resolve it.
See his message below.
"For some reason there was a grade item that was referencing a category that did not exist. I'm not sure how that happened but I have seen references to the error online. I had to go into the database and remove the entry for the grade item that was giving the error."
Ri: Installing Moodle on Oracle 19c Database
error: site administration page showing php code
Hello all,
I have recently installed Moodle on a Linode server and gotten it hooked up with PHP and MySQL. The server was working for some time, however, after editing the php.ini file (trying to get a larger file size) and eventually having to reinstall PHP, the entire site just showed PHP code. I changed the php.ini to remove the ; before extensions = msqli which fixed everything except for the site administration page. This page still shows PHP code as shown. Any ideas on how to fix this? Thanks
Re: Ri: Installing Moodle on Oracle 19c Database
like - instantlient_path=/var/instantclient/instantclient_11_1 or what?
Re: error: site administration page showing php code
Re: How long does it take to prepare upgrading moodle?
we have lots of 3rd party plugins some of which needed upgrading as well, and all of which needed testing
we also have a number of custom plugins -- but the upgrading in this case means development.
Testing revealed some issues, which needed to be resolved
And testing with 4.x showed lots of changes to existing practice/standards-- that's what we developed PD around. The introduction of the Dashboard was a biggie.
Re: How long does it take to prepare upgrading moodle?
This is now several hours - but we have order of 20TB of data
Re: How long does it take to prepare upgrading moodle?
How do they divide between the filedir/ and the database dump?
Ri: Re: Ri: Installing Moodle on Oracle 19c Database
Create if not exists and no, put only the directory path, nothing else.
After creating the file, you can do a reboot or simply call the "ldconfig" command to update the system's lib directory collection.