• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Recent content by Bramus!

  1. Bramus!

    Issue Running `composer install` via "Additional Deployment Actions"?

    Hi UFHH01, How can `open_basedir` be a restriction for “Additional Deployment Actions”, as ADAs are run on the shell and not in a PHP context? Do note that running `composer install` over SSH works fine. Regards, Bramus.
  2. Bramus!

    Issue Running `composer install` via "Additional Deployment Actions"?

    Hi UFHH01, Thanks for your response. When I take a look at the proposed solution it involves installing composer itself. However, composer is already installed on the server (`which composer` yields `/usr/bin/composer`), so shouldn't this work all by itself? Or is `/usr/bin/*` not available in...
  3. Bramus!

    Issue Running `composer install` via "Additional Deployment Actions"?

    Hi, We have set up automatic deployment of a Git repo onto our server. As it's a PHP project, I need to run `composer install` after deployment, to make sure all dependencies are installed. Doing so manually over SSH works fine, yet I want to do it automatically. In the docs I see that it's...
Back
Top