Recent content by yspirin

  1. Y

    Forwarded to devs Plesk tries to get server hostname from /etc/mailname for cronjob notifications on RHEL based systems

    The bug has been confirmed and the information has been forwarded to the development team.
  2. Y

    Issue Updating to Plesk to 18.0.74 says mail users have wrong password - what are "mail users"?

    In Plesk, to change the password for affected mail users: Go to Domains → select the domain. Open the Mail tab → Mail Settings → Email Addresses. Select the mailbox you want to update. On that page, generate a new password.
  3. Y

    Issue laravel toolkit, how to remove domain from scan?

    At the moment, it is not possible to do this using Plesk But this sounds like a great idea for a UserVoice suggestion. You can share the link in this thread, so if another user with the same interest sees it, they can cast their vote.
  4. Y

    Issue .NET Toolkit suddenly stopped working

    This article should help you.
  5. Y

    Issue Docker overlay2 keep growing in size

    The file in the /var/lib/docker/overlay2 directory with the container ID you specified is a merged layer of the Docker container's filesystem. This file grows because files are actively being created or modified in the container. It is impossible to limit the container volume using docker...
  6. Y

    Issue Unable to create the remote backup

    You can try following to increase cache size [pmm] ftpMaxResumeAttempts = 5 ftpMaxResumeFailures = 10 streamCacheSize = 24
  7. Y

    Issue After migration tool using for nodejs server

    Perhaps this article will help you
  8. Y

    Question Debian/Ubuntu + Plesk 18 + Laravel 10 + FirebirdSQL

    Most likely the PHP handler does not have the required extension. You can check by running the command If the list is empty, you need to install it yourself. Unfortunately, there are no instructions for installing Firebird. But you can use this article
  9. Y

    Question Laravel Toolkit change default version

    You are probably using PHP version 7.3 You should change the PHP version If you could not find the version of PHP you need in the list, you can install it yourself
  10. Y

    Resolved Application installation problems with Laravel Tookit

    Hello. This issue has been fixed EXTPLESK-4879
  11. Y

    Issue Issue with Plesk Git webhook - Timeout error and no deployment or pulling

    You can specify which git hosting you are using (GitHub, BitBucket). Try to enable debug [debug] enabled = 1 and initiate a hook call
  12. Y

    Issue Nginx 403 forbidden

    The first thing to start with is to check that these files are readable by the user ls -l
  13. Y

    Question Workaround to modify the time-to-expire for password reset links(specifically email account passwords), up from 24hrs.

    Unfortunately there are no such settings. For security reasons, the lifetime of the link is limited to 24 hours.
  14. Y

    Question Laravel Toolkit: Changing git repository on existing application breaks deployment

    There is workaround sqlite3 /opt/psa/var/modules/laravel/laravel_toolkit.sqlite3 sqlite> select repoName from applications where domainId = <domain id>; You will get a response like this 'laravel_2efa6e' Go to Domain -> Git -> Repository settings Set to 'Repository name' received value
  15. Y

    Question Ipv6 only servers/vps

    IPv6 is supported on vps currently
Back
Top