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.
found a /root/.my.cnf
It contained user=root
password=Plaintextoriginalpassword
Does this file have to exist, seems a little insecure.....
I moved it to /root/.my.cnf.badfile and the autoupdate went successfully.
Running Just
/usr/local/psa/admin/sbin/autoinstaller --select-release-current --upgrade-installed-components --reinstall-patch
Brings me back to :
Trying to start service mariadb... active
done
Trying to establish test connection... ERROR 1045 (28000): Access denied for user...
I am thinking that I misunderstood you.
I took it before that for Password=PASSWORD('AESContent)
That PASSWORD should be replaced with output of plain text password request and that AES content should be content of psa.shadow.
[root@server1 ~]# mysql -uadmin -p`cat /etc/psa/.psa.shadow` mysql
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 5698...
I apologize if I'm being a little slow this morning. I'm being torn in a multitude of different directions.
When you say Database_Name , I'm assuming that should be psa , correct ?
This MariaDB , is this a new replacement for MySQL in 12.5?
Note: If you are unable to connect, enable...
/usr/local/psa/bin/admin --show-password
Gives me the password that I currently use to login to the panel, which works fine.
How do I convert that to the hash that needs to be in that shadow file?
Thanks for the direction :)
It led to This :
[root@server1 ~]# MYSQL_PWD=`cat /etc/psa/.psa.shadow` mysql -u admin mysql
ERROR 1045 (28000): Access denied for user 'admin'@'localhost' (using password: YES)
[root@server1 ~]# MYSQL_PWD=`cat /etc/psa/.psa.shadow` mysql_upgrade -uadmin
Version...
Checking that /usr/local/psa/bin/chrootsh registered as login shell...
/usr/local/psa/bin/chrootsh already registered as a login shell
===> Performing safe prep-install database actions
===> Upgrading database
Trying to start service mariadb... active
done
Trying to establish test...
If I hadn't already made it clear this is a new install (or was when I first started 145 days ago) in a vz container.
Install was started via
wget -O - https://autoinstall.plesk.com/one-click-installer | sh