Please refer to your hosting environment’s documentation for how to restart the Bold BI Embedded application.
Open the IIS Manager and use the site’s dropdown to find the Bold BI Embedded app.
In Manage Websites in the IIS Manager, you can restart the application.
NOTE: If the Bold BI Embedded and Bold Reports enterprise apps are installed with a common login, the site name will be
BoldAppsEnterpriseEdition
.
Please run the following command to restart all the Bold BI Embedded services.
sudo systemctl restart bold-*
Please run the following command to restart the specific service in Bold BI Embedded.
sudo systemctl restart bold-id-web - IDP Web service
sudo systemctl restart bold-id-api - IDP API service
sudo systemctl restart bold-ums-web - UMS Web service
sudo systemctl restart bold-bi-web - BI Web service
sudo systemctl restart bold-bi-api - BI API service
sudo systemctl restart bold-bi-job - BI Web job service
sudo systemctl restart bold-bi-designer - BI designer service
Please run the following command to restart all the Bold BI Embedded services.
kubectl rollout deploy -n {namespace}
Please run the following command to restart the specific service in Bold BI Embedded.
kubectl rollout deploy/id-web-deployment -n {namespace} - IDP Web service
kubectl rollout deploy/id-api-deployment -n {namespace} - IDP API service
kubectl rollout deploy/id-ums-deployment -n {namespace} - UMS Web service
kubectl rollout deploy/bi-web-deployment -n {namespace} - BI Web service
kubectl rollout deploy/bi-api-deployment -n {namespace} - BI API service
kubectl rollout deploy/bi-jobs-deployment -n {namespace} - BI Web job service
kubectl rollout deploy/bi-dataservice-deployment -n {namespace} - BI designer service
Please run the following command to restart all the Bold BI Embedded services.
docker restart {container name}
Go to the Azure Portal home page and choose App Services
.
Select the hosted Bold BI Embedded application and use Restart
like in the following.