Hi guys, I really need some help, I have access to a physical dell powerconnect r420 server that had an old version of Moodle (possibly 2.x) running in Ubuntu 22.04 but has been discontinued, it seems Moodle was not removed from the server along with mysql, php and so on, the problem is that we don't have access through the web browser, therefore we cannot rescue the courses or the backups directly from there, so I'm here stuck with the CLI, not knowing what to do or where to find the files related to the courses and backups. So, is there any way to rescue the .mbz files directly from the server so I can just upload them to our new server? and if not, is there a way to compile all the files related to the different courses we had inside this old server? I ask this because I saw a response in another discussion that was:
Where does Moodle store the courses on mysql which table ?
where someone responded:
"As I understand it, Moodle does not store an entire course in the database, only metadata and other elements about the course. Attached files are located in the Moodledata folder and connected with an encrypted link. Courses are broken into several elements and stored in different parts of the database. Questions are held in the quiz table, activities in the respective activity tables blocks and so on"
I would like to know if the .mbz or an entire course can be retrieved from the server by the cli and also where it is stored, if they are stored in a default directory in moodle or in one of the directories that the administrator may have created. Thank you.