• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Search results

  1. mizar

    Resolved Cant update Plesk after updating MariaDB

    Hello, Prior to upgrade, Plesk tries to back up databases (psa, apsc, horde, rouroundcubemail) via mysqldump. You can try to perform dump manually, to check what the problem. Alternately, you can try to run plesk sbin mysqldump.sh, which do nearly same. I need to also note that MariaDB 10.4 is...
  2. mizar

    Resolved Plesk autoinstaller fails on git update

    Hello, This is likely race condition between Plesk updates and some system update process (i.e unattended-upgrades). To resolve this, you can just run update of Plesk manually, or ignore this (Plesk will retry to update extensions on next day). I create the issue to address such issues in...
  3. mizar

    Resolved Night update failed

    It's look like some temporary error on atomic side (i'm able to download this file), probably you can retry update or just ignore this email
  4. mizar

    Resolved Night update failed

    Hello, "Now the server is not accessible" does it mean that you cannot login to Plesk panel or else ? If first, try to login via ssh and run 'service psa start' or update components manually.
  5. mizar

    Resolved Exception: Failed to solve dependencies: psa-proftpd-xinetd-1.3.6-11.el6.art.x86_64

    Hello, As I know, atomic has been published updated version of thier packages with proftpd 1.3.6b at Nov 11. This problems should gone
  6. mizar

    Resolved Innodb corrupt after Plesk update

    Manual run of plesk installer can install such kind of update. Could you please PM me part of /var/log/plesk/install/autoinstaller3.log, where mariadb has been updated (or just full log) to find out why this happen. Thanks!
  7. mizar

    Issue Onyx to Obsidian - php problem

    Hello, Do you have set systemd unit names, when php handler has been registered ? You can check service names in plesk sbin php_handlers_control --list-json
  8. mizar

    Resolved MariaDB package updates via Plesk have broken MariaDB and now won't restart

    Hello, In short - after upgrade your DB server to MariaDB 10.2.28 can refuse to start (if you have manually install the such version) See also MariaDB does not start after update on November the 5th: Assertion failure in file
  9. mizar

    Resolved Innodb corrupt after Plesk update

    Hello, Probably it would be some kind of announce from MariaDB side, or just a new version with fix Best way is blacklist packages in package manager level by exclude=MariaDB-* in yum.conf
  10. mizar

    Issue Onyx to Obsidian - php problem

    Hello, It seems Plesk cannot operate with custom fpm service. Do you have an systemd units or sysvinit scripts or something else for it ?
  11. mizar

    Resolved Issues with Grafana / Advanced monitoring

    It's bad idea to do such kind of manual repair, it's advised to remove customisation and reinstall the system packages: # mv /usr/lib/ssl /root/ssl.saved # apt-get install --reinstall openssl ca-certificates and for validation you can run: # python2 -c 'import urllib2 ; print...
  12. mizar

    Issue Onyx to Obsidian - dependency problem

    Hello, You can uninstall postfix-perl-scripts (yum remove postfix-perl-scripts) and rerun the upgrade
  13. mizar

    Resolved Error while upgrading from Onyx 17.8.11 to Obsidian (Debian 9.8‬)

    Hello, It seems you use php packages from sury.org, but doesn't have their GPG key installed. Please install it, as written in https://packages.sury.org/php/README.txt, and then rerun the update
  14. mizar

    Issue SELinux preventing sh from executing ldconfig

    Hello, Rather strange: it seems some shell script is executed as part of mail sending. I don't remember same thing in Plesk. May be you have some customised sendmail wrappers or other mail things ?
  15. mizar

    Issue Some crontask kills current download backup

    Hello, Actually, plesk-php-cleanuper cron task doesn't terminate php processes. It used to remove obsoleted client php sessions, and doesn't affect plesk. If your OS is CloudLinux see Orphaned PHP processes and FCGID
  16. mizar

    Resolved Cronjob notices issue after obsidian upgrade

    Hello, Some PHP has enabled ZendExtensionManager.so, which cannot be loaded, as it has different architecture. Best way to resolve this - it's find where this faulty extension is loaded, and comment it. It probably loaded in some /etc/php.d/*.ini /etc/php.ini or...
  17. mizar

    Issue SELinux preventing sh from executing ldconfig

    Hello, Could you post exact AVC messags from SELinux ? Becuse sh can be executed from almost everywhere.
  18. mizar

    Resolved How do you change default Plesk message?

    Hello, Looks like you want to modify content of created sites ? if yes - see How to change the default content for newly created domains in Plesk?
  19. mizar

    Resolved Can someone explain the decision to drop MySQL for MariaDB?

    Hello, This doesn't means that we are going to drop MySQL in favour of MariaDB, it means that replacement of database server is not simple operation, and something can goes wrong. The KB article has been updated, thanks for your report!
  20. mizar

    Resolved Can someone explain the decision to drop MySQL for MariaDB?

    Hello, Could you explain, please, what do mean by 'drop MySQL'? We support both MariaDB and MySQL in Obsidian, and by default install server, provided by OS vendor
Back
Top