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.
Maybe that can fix it? Or should I not try?
MYSQL_PWD=`cat /etc/psa/.psa.shadow` mysql_upgrade -uadmin --host localhost --force
Resolved - MySQL 5.6 No directory, logging in with HOME=/
I only upgrade maridb.
And than:
- localhost not working
- roundcube not working
- mail not working
Are you sure they don't record anything in the database?
I looked with phpMyAdmin and there are database tables...
And: yes.
- I remove this line: "bind-address = 127.0.0.1"
- I restarted mariadb
- run this:
sudo su
MYSQL_PWD=`cat /etc/psa/.psa.shadow` mysql_upgrade -uadmin --force
- restart mariadb
- and this:
sudo systemctl stop mysql; sudo killall mysqld # to stop the incorrect service if it is started...
/etc/my.cnf:
# This group is read both both by the client and the server
# use it for options that affect everything
#
[client-server]
#
# include all files from the config directory
#
!includedir /etc/my.cnf.d
[mysqld]
sql_mode=NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
bind-address =...
I ugrade to 10.6.
(https://support.plesk.com/hc/en-us/articles/12388091703703 [RHEL example])
But not working the Mariadb, only on ip (127.0.0.0, 0.0.0.0).
If i set forexample wordpress DB_HOST: localhost. Is not working. But if i set 127.0.0.0, then working.
The VeryBigProblem:
The mails is...
In point 7: Will I need everything?
yum install MariaDB-server galera-4 MariaDB-client MariaDB-shared MariaDB-backup MariaDB-common
Is "galera-4" required for both 10.6 and 10.11?
How to Upgrade? (AlmaLinux 9!)
What should I watch out for?
Do I need to upgrade to MariaDB 10.5.22? (from MariaDB 10.5.16 [current]) (It's like it's not supported [10.5.22])
An article like this exists, just for 10.5 to 10.6 version? (which supports AlmaLinux)
Unfortunately, I don't have access to it. I only have ssh root access.
I just found this provider. Their offers are better, they give you more options, the biggest storage space, etc.
However, there is no one-click (optimized for this purpose) linux installation that is common with other service...
ThankYou!
If I do get the service provider to reinstall the AlmaLinux, what should I write to them about the partitions? (as simply as possible) I couldn't find a description of what Plesk expects here.
I looked at my active CentOS Plesk server, it's as simple as this:
My vps provider installed AlmaLinux 9 for me, and then I installed Plesk on it.
However, partitions were created that were not created under CentOS 7. (I've used centOS linux so far)
How can I correct this without reinstalling? I assume that Plesk does not use the "/dev/mapper/almalinux-home"...