• 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

Recent content by Bitpalast

  1. Bitpalast

    Issue Plesk- Wake up please!

    I am almost certain they won't want to do that, because it's more economical to have all users on the same release state. That is what makes your solution so interesting. A small rebellious Gaulish village that stands up to the great world power :-)
  2. Bitpalast

    Issue Plesk- Wake up please!

    Maybe @Kaspar can jump in and do it as a coop project. I think he knows how to create the extension.
  3. Bitpalast

    Issue Plesk- Wake up please!

    That would make a great Plesk extension!
  4. Bitpalast

    Issue Plesk- Wake up please!

    This has been asked for for several years. Plesk used to have three tiers, including a "late adopter" tier. I, too, think they should re-introduce that. I'd rather have the upgrade only after the first two fixes to a new release came out.
  5. Bitpalast

    Input Enormous price increases yet again for 2025

    Please don't make such stupid assumptions. Overall, I am pretty much fed up with your posts. They are rants against the panel only. What's the point of this? If you don't want to use the panel, don't use it. But you are constantly trying to convince others that they should not use it either. You...
  6. Bitpalast

    Forwarded to devs SSL auto-renewal attemps do not stop after removing cert and disabling SSL

    Username: TITLE SSL auto-renewal attemps do not stop after removing cert and disabling SSL PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE Obsidian 18.0.73 #2 Alma 8.10 But the issue exists since 17.8 and CentOS 7 PROBLEM DESCRIPTION A domain that previously pointed to the...
  7. Bitpalast

    Question How to extend the FTP backup connectivity timeout?

    Thank you, I'll try it on a few servers. So far I have "AllowStoreRestart On" on all, but I did not yet have "DeleteAbortedStores Off". The latter might cause new issues when a truly interrupted backups cannot be resumed, because then partial backup files might occupy space on the external FTP...
  8. Bitpalast

    Question How to extend the FTP backup connectivity timeout?

    Backup Manager: A full backup takes hours, during that time period we experience short network connectivity issues to the external FTP storage space. These are probably short, maybe a minute, maybe two. But they are long enough that the backup manager thinks, the connectivity is lost and ends...
  9. Bitpalast

    Error 403 make.com (integromat)

    Either Mod_Security (web application firewall) is blocking access (you can tell from an error.log entry of the 403 error code) or the permissions of the document root directory of the website are wrong. They must be <subscription user account name>:psaserv, not psacln.
  10. Bitpalast

    Question backup freezes and system/SQL hangs

    I sometimes ask myself why I give detailed to-do descriptions when all that results is just a repetition of "something's wrong" ...
  11. Bitpalast

    Question Mysql memory usage and memory used by system reach 90% of available ram and then crash

    On the other thread I already suggested to look at Apache's RAM usage and to limit it so that it can never exceed a certain value. If Apache is consuming a lot of RAM, it either has spawned too many children or PHP processes executed by it occupy the RAM. So first check Apache, then go after PHP...
  12. Bitpalast

    Input Displaying recent top IPs with reverse IP lookups on Plesk Dashboard or Health screen

    I like these directives. For the dashboard it should also be OK, because they cause limited load only. The reverse lookups should be an option. These could take a lot of time. What's the exact benefit for the administrator seeing the outputs? (What's the business case where the information is...
  13. Bitpalast

    Question Mysql memory usage and memory used by system reach 90% of available ram and then crash

    It doesn't release the cache, because it does not need to release it. From MariaDBs perspective, it has plenty of RAM left. The problem is that the system starts occupying RAM outside MariaDB, and that triggers OOM to kill MariaDB, because that memory manager thinks it needs to clear RAM. But...
Back
Top