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

  1. M

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

    That spike looks like the start of the Plesk Daily Maintenance script: https://support.plesk.com/hc/en-us/articles/12377063217431-What-is-the-Plesk-Daily-Maintenance-script https://support.plesk.com/hc/en-us/articles/12377592733207-How-to-check-the-Plesk-Daily-Maintenance-Task-execution-time...
  2. M

    Question No changelog for 18.0.74?

    It looks like the feature that was described in a previous release: https://docs.plesk.com/release-notes/obsidian/change-log/#plesk-18072
  3. M

    Question No changelog for 18.0.74?

    They are working on it, There was an issue with the publication of the changelog. It will be published soon.
  4. M

    Question Why plesk dont remove the cron asociated to the subscription when you delete that subscription?

    Hi, Thanks for post. This seems like a bug to me. I've tested it myself, and it does not delete the cronjob that belongs to the subscription. @Sebahat.hadzhi, is this a known bug, or should I report it?
  5. M

    Issue Plesk- Wake up please!

    That's why I usually tell newbies to the Plesk environment to turn off auto updates. What you're doing is a bit overkill, IMHO. You shouldn't have to that, just wait at lease 4 weeks or stay a full release behind, which is the same as 6 weeks. If you're using a VPS, make a snapshot before the...
  6. M

    Issue Plesk- Wake up please!

    Haha, yeah, you’re right, we’ve asked Plesk many times for more control over the update regime, but they simply don’t want to go that way. That’s exactly why I built this, a small, peaceful rebellion that still keeps things stable and predictable for server admins. So, let's do this. I'll...
  7. M

    Issue Plesk- Wake up please!

    On second thought, I think it’s something Plesk should handle. It’s not complicated to build, and since all updates come from autoinstall.plesk.com and its mirrors, Plesk would have better control over timing and repository load if they implemented it themselves. Still, it would be great if we...
  8. M

    Question How to read or import e-mails from a Plesk backup (best practice)?

    You might want to correct the time/date of the emails using this script: #!/bin/bash for i in `ls` do # Find the date field and then remove up to the first space (Date: ) DATE=$(grep '^Date:' $i | head -1 | cut -d' ' -f1 --complement) # Create a timestamp from the date above...
  9. M

    Issue Plesk- Wake up please!

    Yeah, I tried that, but that's a bit too much work ;-)
  10. M

    Issue Plesk- Wake up please!

    I wrote a script that keeps my Plesk servers exactly one full release behind. It checks the official RSS feed for new releases and compares it with the installed version. When the server is two full releases behind, it automatically updates to the next one.
  11. M

    Question The future of mailing list management?

    Fair point — Sympa definitely has some legacy Perl code in it. But since it’s an open-source project (https://github.com/sympa-community/sympa), maybe that’s actually a good opportunity for experienced Perl developers like you to help modernize it. Your 20+ years of Perl experience could make a...
  12. M

    Question The future of mailing list management?

    I don’t quite understand why Mailman is still being used, considering it’s quite outdated. There are more modern alternatives available, such as Sympa - Mailing List Management Software - Sympa
  13. M

    Issue Unable to send emails using SMTP

    Did you see this? "You can still get Plesk Support if your license does not include Plesk support. It's free for the first month. Just follow the link to the store and don't forget to cancel it when the issue has been solved."
  14. M

    Issue Unable to send emails using SMTP

    I suggest that you contact the Plesk Support Team: https://support.plesk.com/hc/en-us/articles/12388090147095-How-to-get-support-directly-from-Plesk You can still get Plesk Support if your license does not include Plesk support. It's free for the first month. Just follow the link to the store...
  15. M

    Resolved Missing HTTP_HOST causes incorrect URL generation in WP Toolkit

    Thank you for the detailed response and clarification regarding the positions of NGINX and PHP developers. However, my main point was not addressed: the WordPress ticket (#34353) has been open for 9 years, and the issue lies in how WordPress handles $http_host. Given that WordPress is one of...
Back
Top