Plesk 12.5.30 #45
Ubuntu 14.04.5
I upgraded MySQL from 5.5 to 5.6 following the instructions here: https://kb.plesk.com/en/127962
I noticed that as well as installing MySQL 5.6 it also installed apparmor.
I've found the Plesk instructions on how to disable and remove apparmor here: https://kb.plesk.com/en/112903
I've followed everything in Step 1, but I haven't restarted the server yet, I just wanted to make absolutely sure everything would be fine.
Before rebooting and going on to remove apparmor (In Step 2), I just thought I'd check the dependencies of apparmor, this is what I get:
Obviously I don't want it to remove all of the plesk or mysql packages, am I only seeing this many dependencies because I haven't rebooted yet or does MySQL 5.6 installed from the repo.mysql.com repository need to have apparmor to work?
Ubuntu 14.04.5
I upgraded MySQL from 5.5 to 5.6 following the instructions here: https://kb.plesk.com/en/127962
I noticed that as well as installing MySQL 5.6 it also installed apparmor.
I've found the Plesk instructions on how to disable and remove apparmor here: https://kb.plesk.com/en/112903
I've followed everything in Step 1, but I haven't restarted the server yet, I just wanted to make absolutely sure everything would be fine.
Before rebooting and going on to remove apparmor (In Step 2), I just thought I'd check the dependencies of apparmor, this is what I get:
Code:
# apt-get remove apparmor
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
apparmor libpam-plesk mysql-community-server mysql-server plesk-base
plesk-completion plesk-config-troubleshooter plesk-core plesk-dovecot
plesk-dovecot-imap-driver plesk-l10n plesk-mail-pc-driver
plesk-management-node plesk-mysql-server plesk-service-node-utilities
plesk-web-hosting pp12.5.30-bootstrapper psa-health-monitor psa-libxml-proxy
psa-locale-base-en-us psa-logrotate psa-mail-driver-common
psa-php5-configurator psa-phpfpm-configurator psa-phpmyadmin psa-phppgadmin
psa-proftpd psa-pylibplesk psa-updates psa-vhost psa-zendframework
0 upgraded, 0 newly installed, 31 to remove and 0 not upgraded.
After this operation, 331 MB disk space will be freed.
Do you want to continue? [Y/n] n
Abort.
Obviously I don't want it to remove all of the plesk or mysql packages, am I only seeing this many dependencies because I haven't rebooted yet or does MySQL 5.6 installed from the repo.mysql.com repository need to have apparmor to work?