• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved .NET Core Toolkit (dot-net): How to restart an app programmaticaly with script

milanbx

New Pleskian
Hi,
I am running Plesk Obsidian 18.0.71 on AlmaLinux 8.10 (Cerulean Leopard) with .NET Core Toolkit (dot-net) Extension. After each deploy of a new version of a .NET application I have to restart the application manualy by presing a Restart button in web Control Panel > .NET Core configuration.
Is there a chance to do so programmaticly by running a certain script?
Or, is there a way how to deploy a new verion of the app from GitLab push or CI/CD pipeline?
Thank you.
 
Hello, @milanbx . You should be able to restart the application with the following command

Code:
/usr/local/psa/admin/sbin/modules/dot-net/passenger-config-proxy restart-app /var/www/vhosts/example.com/httpdocs/webapp
 
Back
Top