Memory Errors.... Php? Mysql? phpmyadmin? Server Hardware seems to be fine

System version NethServer release 6.9 (rc1)
Kernel release2.6.32-696.1.1.el6.x86_64

Greetings I am getting some very weird errors in random places after upgrading via using command line… All i did was yum update I am wondering if possibly some thing some where got corrupted in the back end of php or mysql… Here Below is some of the random errors…

MYSQL Errors

The secret passphrase in configuration (blowfish_secret) is too short.

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7864320 bytes) in /usr/share/php/tcpdf/fonts/dejavusans.php on line 14

Word Press Errors…
Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhost/lorentedford.com/public/wp-admin/includes/media.php on line 371

This all started after the update and reboot kinda scared now I think i am probably looking at a full reinstall but I can’t seem to even backup my databases which worries me… Does anyone know exactly the best way to backup my databases via command line??

Neth Server VM information

https://1drv.ms/i/s!Ann6Dvc7oI7etxwc2WpFF6E3DepQ

Proxmox Server info:

https://1drv.ms/i/s!Ann6Dvc7oI7etx3iVrrCXpwoRu6H

The server does not seem to be starving for ram or memory things seem to be normal as far as i can tell on the main frame as well load balancing seems to be functioning…
https://1drv.ms/i/s!Ann6Dvc7oI7etx7zzt1eNZrZqEyl

Here is the servers max usage with in the last month… As you can see nothing really out of the ordinary so i am leaning on possibly some thing occurred during the nethserver update…

https://1drv.ms/i/s!Ann6Dvc7oI7etx96sefa9lToFGTF

Any Ideas on what could be causing this issue??

I did do this to see if it would fix the issue and still having the issues with memory…

[root@webserver ~]# db configuration show php
php=configuration
    AllowUrlFopen=1
    DateTimezone=America/Chicago
    ExposePhp=0
    MaxExecutionTime=30
    MemoryLimit=32
    PostMaxSize=8
    ShortOpenTag=0
    UploadMaxFilesize=2
[root@webserver ~]# db configuration setprop php UploadMaxFilesize 32
[root@webserver ~]# db configuration setprop php MemoryLimit 4096
[root@webserver ~]# signal-event nethserver-php-update
[root@webserver ~]# db configuration show php
php=configuration
    AllowUrlFopen=1
    DateTimezone=America/Chicago
    ExposePhp=0
    MaxExecutionTime=30
    MemoryLimit=4096
    PostMaxSize=8
    ShortOpenTag=0
    UploadMaxFilesize=32
[root@webserver ~]#

I found this article and thought maybe it might be similar in fixing my issues…

http://community.nethserver.org/t/editing-php-ini/661/2

You found the correct documentation to fix your problem.

It’s definitely a PHP configuration limit, if you’re not sure what limits are applied, use phpinfo function.

I thought i could use the above settings to adjust the limits however for some odd reasons those limits are not being adjusted correctly…

This also does not explain mysql issues that are very confusing to me…