I installed a new Moodle on a new Ubuntu server, then I export only a few tables, courses, questions, answers, users and their roles from the old Moodle database.
I adapted the database to the new version and imported it into the new Moodle, after which I cleared the cache with the purge all
button, however, the imported data is not fully displayed in the Moodle interface, some of it is displayed and some of it is not.
I think the problem is in database caching but can't resolve this issue, please help me to solve this problem
more info:
The old version is 3.3 xampp mariaDB I'm moving to 4.0 ubuntu mysql
I don't want to transfer the whole data, I just want courses, questions, answers, users, and roles
After importing these tables in the new moodle with my method, for example, one of the two courses included in the category may appear, but not the other one, and if I manually add another course to this category, then the second course that was not visible will also appear.
can't find the reason of this..