• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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