PVANet Moodle Upgraded to 4.5: What It Means for UK Institutions
UFV migrated PVANet Moodle to version 4.5 LTS for security. See what changed and the lesson for those managing online learning in the UK.
by Cleverson Gouvêa

The PVANet Moodle, the virtual learning environment of the Federal University of Viçosa (UFV), was upgraded to Moodle 4.5 in February 2026 — and the main motivation was not cosmetic, it was security. The migration places one of the largest public institutions in Minas Gerais on an LTS version, with a new interface and extended security support. I have gathered what changed, with official sources, and what this teaches any institution running Moodle in the UK.
TL;DR
- PVANet Moodle is UFV's official VLE, used to support face-to-face and distance learning across three campuses (Viçosa, Florestal and Rio Paranaíba).
- On 6 February 2026 the environment was upgraded to Moodle 4.5 LTS, focusing on security, a more modern layout and new icons — with no loss of content from previous courses.
- Version 4.5 is LTS (Long Term Support): it receives security fixes until October 2027, compared to ~18 months for standard versions.
- Moodle 4.5 introduced the AI subsystem and consolidated multi-factor authentication (MFA), available since 4.3.
- The lesson for those managing online learning: running an unsupported version (like Moodle 3.x) is a cybersecurity risk, not a saving.
What is UFV's PVANet Moodle
PVANet Moodle is the virtual learning platform that UFV uses to support both face-to-face courses and distance learning. In practice, it is where students and teachers meet outside the classroom: handouts and texts, videos and audiovisual content, external links, discussion forums, assignment submission and online assessments are all concentrated there.
Access is via CPF or institutional email as identification, and the password is the same as that used for the university's other systems — the famous single sign-on. Administration and support are handled by the Coordenadoria de Educação Aberta e a Distância (CEAD), which can be contacted at [email protected]. This design — Moodle as the core of institutional online learning, with integrated identity and a dedicated team — is the same model I see in dozens of UK institutions, from large universities to corporate training centres.
What changed in the PVANet Moodle upgrade to 4.5
CEAD communicated the new version and listed what changes in practice. The changes focus on three areas:
- Security: the stated reason for the upgrade. Version 4.5 brings system protection and stability improvements, which is crucial in an environment that stores grades, personal data of thousands of students and copyright material from teachers.
- Interface: a more intuitive, modern and pleasant layout, with a new collection of icons. Those who used PVANet Moodle will notice the revamped navigation on first access.
- New features: the upgrade incorporates functionalities that improve the user experience for teachers, tutors and students.
A point worth highlighting, and which is often the biggest headache for any manager: all content and structures from previous semesters' courses were retained, with no loss of information. The migration preserved the history. Before go-live, there was scheduled maintenance — the system was unavailable on Tuesday, 3 February 2026, between 8am and 8pm — a typical window for a database and file upgrade of this size.
Why UFV chose an LTS version
The decision to go to Moodle 4.5 (and not an intermediate version) is not trivial. 4.5 is an LTS — Long Term Support release, and this completely changes the risk calculation. LTS versions receive security fixes for about three years, while standard versions drop security support after around 18 months.
Translating the official Moodle project calendar: general bug fixes for 4.5 ended in October 2025, but security fixes continue until October 2027. For a public institution that does not upgrade every semester, choosing LTS means skipping upgrade cycles while still receiving security patches. It is the most conservative — and most sensible — choice for critical environments.
The table below summarises why version position matters so much:
| Moodle Version | Type | Security Support | Recommendation |
|---|---|---|---|
| 3.x | Old | Ended since 2023 | Migrate urgently |
| 4.1 / 4.3 | Standard / Old LTS | Expired or ending | Plan upgrade |
| 4.5 | LTS | Until October 2027 | Recommended target now |
| 5.x | Recent standard | ~18 months | Only with active team |
Running Moodle 3.x today is not a saving: it is a cybersecurity liability. Without patches, every publicly disclosed vulnerability becomes a map for anyone wanting to break into the environment.
The AI subsystem and other 4.5 novelties
Besides security, Moodle 4.5 brought the most talked-about feature of the cycle: a native Artificial Intelligence subsystem. It allows connecting Moodle to an AI provider (such as OpenAI or Azure) to offer text and image generation within the environment itself. It is not a loose chatbot — it is a layer that teachers and administrators can enable and control.
Another important front is multi-factor authentication (MFA), available in Moodle core since version 4.3 and fully supported in 4.5. MFA requires more than one verification method at login (password + code, for example) and is one of the cheapest and most effective defences against credential theft — something especially valuable in an academic environment where weak and reused passwords are common. In an environment the size of PVANet Moodle, with thousands of active accounts and single sign-on shared with other systems, MFA ceases to be optional and becomes basic security hygiene.
The revamped interface also has a practical effect that many underestimate: clearer navigation reduces support tickets. When students find the assignment, forum and grade without needing a tutorial, the CEAD team spends less time answering "where do I click" and more time on what matters. Usability, in this sense, is also operational efficiency.
It is worth noting that enabling the AI subsystem is an institutional decision. Connecting generative AI to an environment with data from minors and sensitive academic information requires a usage policy, anonymisation and attention to the UK GDPR. The technology is ready; responsible use depends on governance.
What the PVANet Moodle upgrade teaches other institutions
UFV's case is a good mirror because it did its homework: it communicated the maintenance in advance, chose an LTS version, preserved data and even published support material for users. It is the roadmap that every school, college or training department should follow. Three lessons stand out:
- Upgrading is security, not a whim. Most institutions only think about upgrade when something breaks. UFV's move shows the opposite: upgrading before support ends is what avoids the crisis.
- LTS is the way for those who don't live Moodle. If your team does not follow the project month by month, stick with LTS. You reduce upgrade frequency without giving up security patches.
- Communication is part of the migration. Announced maintenance window, support material and a support channel (the
[email protected]) reduce friction with students and teachers as much as the technical work itself.
I am Moodle certified and have managed critical online learning environments for educational institutions. The technical part of the upgrade is almost never the bottleneck — what derails projects is lack of planning: incompatible plugins discovered mid-way, custom theme that doesn't work, grade integration that stops. That is why the work begins long before the upgrade button.
How to upgrade your Moodle to 4.5 without losing data
If your institution still runs an old version, here is a summary of the process I apply in real migrations. It is not a recipe — each environment has its peculiarities — but the order matters.
Before the upgrade
- Inventory plugins and theme. List everything installed and check compatibility with 4.5. Abandoned plugin is the number one reason for a stalled upgrade.
- Full backup. Database,
moodledatadirectory and code. Without a tested backup, there is no migration — there is a gamble. - Staging environment. Spin up an identical copy and upgrade there first. That is where problems appear without harming anyone.
- Version path. Very long jumps (3.x straight to 4.5) may require intermediate versions. Plan the route.
During and after
- Communicated maintenance window, as UFV did — outside peak hours, with advance notice.
- Upgrade code, then database, in the order Moodle requires, with maintenance mode on.
- Smoke tests: login, access a course, submit an assignment, grade, mobile app.
- Post-upgrade: review logs, validate emails and notifications, and only then release to users.
The most common trap I see is upgrading directly in production "because it's quick". When it goes wrong at 9am on a Monday during term, the damage is institutional, not technical.
Mobile and engagement: the next step after the upgrade
Upgrading Moodle solves security and technological foundation, but does not alone solve student engagement. A modern environment like PVANet Moodle opens space for what really moves the needle: mobile experience and active communication. Here, Moodle 4.5 works well with app strategies.
For institutions that want to go beyond the browser, it is worth understanding the advantages of a custom Moodle app over the official one and how push notifications in the Moodle app work as an engagement multiplier. If you are still deciding between using the standard app or investing in your own, this comparison between the Moodle Mobile App and a custom app helps you decide. And for those following the online learning landscape, I recommend the overview of Google Classroom's 2026 novelties, which shows how AI is reorganising learning environments.
Conclusion: upgrading is maintenance, not an event
The PVANet Moodle upgrade to version 4.5 is the kind of news that seems small and says a lot: UFV treated the upgrade as preventive security maintenance, not as a heroic event. That is the standard every institution should copy — LTS version, preserved data, clear communication and a technical team in charge.
If your institution runs Moodle on an old version, or is unsure how to migrate without bringing down the environment mid-semester, this is exactly the kind of project Agathas Web handles: hosting, upgrading, performance optimisation and custom apps for online learning. The first step is simple — find out which version you are on and what your exposure level is. From there, you can plan the path to 4.5 calmly, not in a panic.
Related posts

Moodle 5.2: React, AI with Gemini and Bedrock in 2026
Moodle 5.2 arrived on 20/04/2026 with React in the core, native AI with Gemini and Bedrock, multiple markers and a new Report Builder.

Moodle App 5.1 in 2026: What's New and When to Go White Label in the UK
The official Moodle App received two major updates in 2026. Here's what changed and when a white label app makes sense for UK institutions.

Google Classroom in 2026: The AI Overhaul That Reshapes Education
Google Classroom's 2026 updates are not cosmetic tweaks—they're a full AI-driven reorganisation. Here's what changed and what it means for your institution.