Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
Yes i can confirm at always wants to update the MySQL ( says updates available ) but then under the script output you can see that it says latest version is already installed and no update available. This happens with 10.0 as well.
The issue with the fact that Maria DB10 is not being detected. So I cannot update because it keeps saying "MySQL is missing" and it's a pre requisite for installing Update 6
So that bug is preventing me from updating to Update 6 of Plesk 12.5 ... any workaround to install Version 6 or fix plesk so it knows mariaDB 10 is installed ?
Thanks for the tip.
Yea my issue is that I saw the local host IP address in exclude IPs and I assumed that was enough. Obviously not and you also need to add the private / public IP in there as well.
Just trying to get years worth of knowledge in 2 weeks that's all ;-)
The Web Proxy Server (Nginx) service on host http01 has been released from monitoring on Oct 2, 2015 07:55 PM.
After rebooting server, still doesn't work ... i get "bad gateway 502"
okay something keeps rebooting my MariaDB server... pretty sure its watch dog so i disabled monitoring for now
EDIT:
okay, see other post https://talk.plesk.com/threads/plesk-12-5-with-mariadb-10.334703/#post-787167 for watchdog fix
Oct 2 01:12:27 http01 monit: Starting MySQL SUCCESS!
After applying the patch form other post, at least watchdog seems like it can start the service, but it still reporting service restarting too many times so it drops from monitoring.
I will do that, but how about watchdog ? and how to get watchdog working properly ?
Oct 1 23:09:27 http01 monit: 'mysql' failed to start
Oct 1 23:09:28 http01 monit: 'mysql' process is not running
Oct 1 23:09:28 http01 monit: 'mysql' trying to restart
Oct 1 23:09:28 http01 monit: 'mysql'...
yea i just noticed this as well, but with me its the watchdog that informed me :
ct 1 23:09:27 http01 monit: 'mysql' failed to start
Oct 1 23:09:28 http01 monit: 'mysql' process is not running
Oct 1 23:09:28 http01 monit: 'mysql' trying to restart
Oct 1 23:09:28 http01 monit: 'mysql'...
So i added MariaDB 10.0 repo from here: MariaDB repository generator
Then I did:
systemctl stop mariadb
yum -y install MariaDB-server MariaDB-client
systemctl start mariadb
mysql_upgrade -uadmin -p`cat /etc/psa/.psa.shadow`
stuff seems to be working okay ... I guess we shall see
SO i'm...
almost forgot to ask ... should i be monitoring PHP-FPM (FastCGI Process Manager) ? by default monitoring is disabled ... and i do see the service being OFF when i enable monitoring ( have not tested with users actually connecting to PHP yet maybe it only starts when a user first requests PHP...