• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

12.0.18 to 12.5 upgrade, memory & apparmor warning (apparmor not installed)

meech

New Pleskian
Hello,

When starting Plesk upgrade from 12.0.18 MU71 to 12.5, I am getting the following error on the pre-upgrade test page:

Parallels Panel pre-upgrade check...
/etc/init.d/apparmor: 35: .: Can't open /lib/apparmor/functions
WARNING: Not enough memory to perform the upgrade: You should have at least 200 megabytes free. The current amount of free memory is: 65108 Kb
-----

I'm on Plesk v12.0.18_build1200140610.21
Ubuntu 14.04.3 LTS

Apparmor is not installed. Running "apparmor_status" command in terminal:
The program 'apparmor_status' is currently not installed.

Just to confirm, the 200 megabytes free requirement is referring to RAM, correct? If so, that part of the error I should be able to address by temporarily increasing VPS resources. The Apparmor error I'm unsure about.

Any help to move forward would be much appreciated. Let me know if there is any additional system info would be helpful!

Thank you!!
 
Last edited:
WARNING: Not enough memory to perform the upgrade: You should have at least 200 megabytes free. The current amount of free memory is: 65108 Kb
First increase your memory regardless of wether apparmor_status is installed or not, then attempt to run the upgrade again ...
 
I am having this same issue, although my VPS is 1GB and am only using less than half that in regular RAM usage.

Any ideas?
Do you have /etc/init.d/apparmor file?
In this case run

# /etc/init.d/apparmor stop
# /etc/init.d/apparmor teardown
# update-rc.d -f apparmor remove

for complete disabling apparmor and restart server.
 
Back
Top