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

    Issue Upgrade 18.0.46 to 18.0.60 fails

    In general you should be able to update from the default source. Try running plesk installer --source http://autoinstall.plesk.com Please also show the output of rpm -q psa
  2. V

    Issue Failed to reset statistics for mail exceed limit

    plesk sbin (internal utilities) and plesk bin (public CLI) are different. As I said before, just raise the limits according to your new needs.
  3. V

    Issue Failed to reset statistics for mail exceed limit

    Obviously, the same goes for removing arbitrary files.
  4. V

    Issue Failed to reset statistics for mail exceed limit

    Please do not use commands in the plesk sbin family, unless directed by the official documentation or staff. These are internal commands. Using them directly may result in unexpected changes or damage to your system. If you want to raise the messages limit for a specific object (mail, domain...
  5. V

    Question Try our new tool to upgrade your old MariaDB server from Plesk UI

    Probably there are issues on your system with the filesystem or SELinux.
  6. V

    Question Try our new tool to upgrade your old MariaDB server from Plesk UI

    @Darren Debono , @ext_jmontalvo , thank you for bringing this to our attention. The fix will be released with Plesk 18.0.60.
  7. V

    Question Try our new tool to upgrade your old MariaDB server from Plesk UI

    MariaDB developers may have changed their maintainer identification. Could you execute the following commands and paste the output here? This will help identify the root cause. for f in /usr/bin/mysql /usr/sbin/mysqld; do dpkg-query -W -f '${Maintainer}' "`dpkg -S "$f" | cut -d: -f1`"; echo...
  8. V

    Question Try our new tool to upgrade your old MariaDB server from Plesk UI

    I saw such error messages on older OSes when there are issues with certain DB table files (basically corrupted). Check the MariaDB logs (e.g. /var/log/mariadb/mariadb.log). You'll probably see something like: Version: '5.5.68-MariaDB' socket: '/var/lib/mysql/mysql.sock' port: 3306 MariaDB...
  9. V

    Question Try our new tool to upgrade your old MariaDB server from Plesk UI

    Either you've already fixed your configuration or the problem is in a completely different place. I suggest either retrying installation or addressing support.
  10. V

    Question Try our new tool to upgrade your old MariaDB server from Plesk UI

    Please compare and show the output of: # yum info MariaDB-server # yum info --disableexcludes=all MariaDB-server
  11. V

    Question Try our new tool to upgrade your old MariaDB server from Plesk UI

    grep -r exclude /etc/yum* should show you. Unless this is due to DNF module exclusions (which I don't believe it is).
  12. V

    Question Try our new tool to upgrade your old MariaDB server from Plesk UI

    Remove the exclude from your DNF configuration. Yes.
  13. V

    Issue ARC signing not working for mailman mailing lists

    Yes, currently it's not supported for Mailman. There's a chance it won't be supported for Mailman 2 at all.
  14. V

    Resolved Google to soon require ARC for forwarded messages

    ARC signing is enabled by default. So this effectively does nothing out of the box. Can be disabled via plesk bin settings -s mail_arc_sign=false plus repair mail.
  15. V

    Resolved Google to soon require ARC for forwarded messages

    At this time - no. However, "Allow signing outgoing mail" should be enabled.
  16. V

    Question Try our new tool to upgrade your old MariaDB server from Plesk UI

    Please run the following command and paste it's entire output here: bash -x /usr/lib/plesk-9.0/mariadb_repo_setup --mariadb-server-version mariadb-10.11 --skip-maxscale --skip-check-installed
  17. V

    Issue Firewall disabled?

    Yes, recent versions (including the one shipped with Plesk Obsidian) do this. Seems like a misuse of fail2ban. Why not just use firewall for that (if these bans are effectively persistent)?
  18. V

    Issue Firewall disabled?

    fail2ban in default configuration doesn't work well with non-iptables firewalls anyway. Loosing bans from fail2ban is not critical, since all of the bans are temporary anyway. And recent versions of fail2ban persist them, so if you need to restore lost bans, just restart the fail2ban service...
  19. V

    Resolved Firewall disabled

    You may have slow iptables (e.g. due to virtualization). Increasing the confirmation timeout via panel.ini might help.
Back
Top