• 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.

Recent content by eronardiaras

  1. E

    Question How I clear plesk php83 folder in the tmp

    Hopefully the issue has been solved. The website owner disabled a plugin: wp-rocket And changed the settings for a plugin (hellopack-shortpixel plugin). So the image files in the tmp folder were no longer being generated again. It was a wordpress plugin the problem, but it is interesting that...
  2. E

    Question How I clear plesk php83 folder in the tmp

    Now a lot of png files are being put in the "/tmp/" folder. (after I changed PrivateTmp value to false) (and not in the "/tmp/systemd-private-5255d67d0f424807ba3c0fd4ec899e16-plesk-php83-fpm.service-AR6eIR" folder) I checked and they are all linked to one wordpress website: #ls -l -rw-r--r--. 1...
  3. E

    Question How I clear plesk php83 folder in the tmp

    Thanks, it's solved (change PrivateTmp value to false). But. It's interesting that it's enabled (PrivateTmp=true) in the other versions (php fpm 8.0, 8.3, 8.4), but that doesn't take up space in the tmp folder. Additionaly, there are more websites running under the other versions (php fpm 8.0...
  4. E

    Question How I clear plesk php83 folder in the tmp

    I found a folder in my tmp directory that is taking up a lot of space. Why is this one folder here with such a large space requirement? How can I safely remove it? /tmp/systemd-private-5255d67d0f424807ba3c0fd4ec899e16-plesk-php83-fpm.service-AR6eIR
  5. E

    Question AlmaLinux 9 MariaDB 10.5 to 10.6 then after MariaDB 10.6 to 10.11

    And this is correct? sudo su MYSQL_PWD=`cat /etc/psa/.psa.shadow` mysql_upgrade -uadmin --force Without "sudo su" i get error...
  6. E

    Question AlmaLinux 9 MariaDB 10.5 to 10.6 then after MariaDB 10.6 to 10.11

    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=/
  7. E

    Question AlmaLinux 9 MariaDB 10.5 to 10.6 then after MariaDB 10.6 to 10.11

    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...
  8. E

    Question AlmaLinux 9 MariaDB 10.5 to 10.6 then after MariaDB 10.6 to 10.11

    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...
  9. E

    Question AlmaLinux 9 MariaDB 10.5 to 10.6 then after MariaDB 10.6 to 10.11

    /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 =...
  10. E

    Question AlmaLinux 9 MariaDB 10.5 to 10.6 then after MariaDB 10.6 to 10.11

    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...
  11. E

    Question AlmaLinux 9 MariaDB 10.5 to 10.6 then after MariaDB 10.6 to 10.11

    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?
  12. E

    Question AlmaLinux 9 MariaDB 10.5 to 10.6 then after MariaDB 10.6 to 10.11

    Attached. Contents of the "/etc/my.cnf.d" folder: - client.cnf - mariadb-server.cnf - spider.cnf - enable_encryption.preset - mysql-clients.cnf
  13. E

    Question AlmaLinux 9 MariaDB 10.5 to 10.6 then after MariaDB 10.6 to 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)
  14. E

    Issue Bug? publish from git fails due to wrong permission of scripts in /opt/psa/admin/plib/modules/git/scripts

    I have the same problem. It's always worked so far. Now it suddenly doesn't work.
  15. E

    Question AlmaLinux 9 partitions

    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...
Back
Top